mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Merge pull request #2522 from weiss/bump-max-user-conferences
mod_muc: Increase default 'max_user_conferences' value
This commit is contained in:
commit
9a895058e7
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user