Merge pull request #2522 from weiss/bump-max-user-conferences

mod_muc: Increase default 'max_user_conferences' value
This commit is contained in:
Evgeny Khramtsov 2018-07-14 08:51:11 +03:00 committed by GitHub
commit 9a895058e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ mod_options(Host) ->
{max_room_id, infinity},
{max_room_name, infinity},
{max_rooms_discoitems, 100},
{max_user_conferences, 10},
{max_user_conferences, 100},
{max_users, 200},
{max_users_admin_threshold, 5},
{max_users_presence, 1000},