mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-14 06:48:29 +02:00
allow setting the breakout room limit
This commit is contained in:
@ -35,7 +35,7 @@ public:
|
||||
# Warning: increasing the limit of breakout rooms per meeting
|
||||
# can generate excessive overhead to the server. We recommend
|
||||
# this value to be kept under 12.
|
||||
breakoutRoomLimit: 8
|
||||
breakoutRoomLimit: {{ .Env.BREAKOUTROOM_LIMIT }}
|
||||
defaultSettings:
|
||||
application:
|
||||
animations: true
|
||||
|
Reference in New Issue
Block a user