Skip to content
Snippets Groups Projects
Unverified Commit 0fe83fe2 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #11854 from bigbluebutton/antobinary-patch-3

Set breakoutRoomLimit to 16
parents 7bfbc406 4b68749f
No related branches found
No related tags found
No related merge requests found
...@@ -51,9 +51,9 @@ public: ...@@ -51,9 +51,9 @@ public:
enableDebugWindow: true enableDebugWindow: true
# Warning: increasing the limit of breakout rooms per meeting # Warning: increasing the limit of breakout rooms per meeting
# can generate excessive overhead to the server. We recommend # can generate excessive overhead to the server. We recommend
# this value to be kept under 12. # this value to be kept under 16.
breakouts: breakouts:
breakoutRoomLimit: 8 breakoutRoomLimit: 16
sendInvitationToIncludedModerators: false sendInvitationToIncludedModerators: false
# https://github.com/bigbluebutton/bigbluebutton/pull/10826 # https://github.com/bigbluebutton/bigbluebutton/pull/10826
customHeartbeat: false customHeartbeat: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment