bigbluebutton-Github/build/packages-template/bbb-html5/bbb-html5-with-roles.conf

10 lines
547 B
Plaintext
Raw Normal View History

# Default = 2; Min = 1; Max = 4
2021-08-13 18:53:18 +08:00
# On powerful systems with high number of meetings you can set values up to 4 to accelerate handling of events
NUMBER_OF_BACKEND_NODEJS_PROCESSES=2
# Default = 2; Min = 0; Max = 8
2021-08-13 18:53:18 +08:00
# If 0 is set, bbb-html5 will handle both backend and frontend roles in one process (default until Feb 2021)
# Set a number between 1 and 4 times the value of NUMBER_OF_BACKEND_NODEJS_PROCESSES where higher number helps with meetings
# stretching the recommended number of users in BigBlueButton
NUMBER_OF_FRONTEND_NODEJS_PROCESSES=2