From 382e661b921e0e5516bbe4c9a1f20db714a9371f Mon Sep 17 00:00:00 2001 From: Anton Georgiev <anto.georgiev@gmail.com> Date: Wed, 24 Feb 2021 13:00:59 -0500 Subject: [PATCH] disable customHeartbeat #10826 --- bigbluebutton-html5/private/config/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml index cc17307f93..3ae7be1183 100755 --- a/bigbluebutton-html5/private/config/settings.yml +++ b/bigbluebutton-html5/private/config/settings.yml @@ -37,7 +37,7 @@ public: # this value to be kept under 12. breakoutRoomLimit: 8 # https://github.com/bigbluebutton/bigbluebutton/pull/10826 - customHeartbeat: true + customHeartbeat: false defaultSettings: application: animations: true -- GitLab