mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@ mod_options(Host) ->
|
||||||
{max_room_id, infinity},
|
{max_room_id, infinity},
|
||||||
{max_room_name, infinity},
|
{max_room_name, infinity},
|
||||||
{max_rooms_discoitems, 100},
|
{max_rooms_discoitems, 100},
|
||||||
{max_user_conferences, 10},
|
{max_user_conferences, 100},
|
||||||
{max_users, 200},
|
{max_users, 200},
|
||||||
{max_users_admin_threshold, 5},
|
{max_users_admin_threshold, 5},
|
||||||
{max_users_presence, 1000},
|
{max_users_presence, 1000},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue