ejabberd: increased max_user_conferences
This commit is contained in:
parent
0adb6341d1
commit
f3ad618caa
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ user, host = admin.split("@") -%>
|
|||
{access_admin, muc_admin},
|
||||
{history_size, 100},
|
||||
{max_users, 1000},
|
||||
{max_user_conferences, 1000},
|
||||
{max_user_conferences, 2500},
|
||||
{default_room_options,
|
||||
[
|
||||
{allow_user_invites, true},
|
||||
|
|
Loading…
Add table
Reference in a new issue