mod_muc: Increase 'max_user_conferences' default

Let up to 100 clients of a given account join MUC rooms by default.  The
old default value can be too small, e.g., when users join many (private)
rooms with multiple devices.
This commit is contained in:
Holger Weiss 2018-07-10 01:00:06 +02:00
parent 3a566e3cdf
commit 4b747c2c78
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},