aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2007-08-28 15:05:52 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2007-08-28 15:05:52 +0000
commit52c10089aa32c4e2b0bbfde0d1c89da5649ffad9 (patch)
treedc96575766c4e548270f511f939f7538a8b67e56 /src
parent* src/ChangeLog: Missing commit. (diff)
* src/mod_muc/mod_muc_room.erl: Changed default max number of user
in a room to 200 (EJAB-248) SVN Revision: 895
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc/mod_muc_room.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl
index 0691423b1..76522714f 100644
--- a/src/mod_muc/mod_muc_room.erl
+++ b/src/mod_muc/mod_muc_room.erl
@@ -30,7 +30,7 @@
-include("ejabberd.hrl").
-include("jlib.hrl").
--define(MAX_USERS_DEFAULT, 100).
+-define(MAX_USERS_DEFAULT, 200).
-define(MAX_USERS_DEFAULT_LIST, [5, 10, 20, 30, 50, 100, 200, 500, 1000, 2000, 5000]).
-define(SETS, gb_sets).