Change FSMTIMEOUT to 30s

SVN Revision: 1328
This commit is contained in:
Christophe Romain 2008-05-16 15:29:33 +00:00
parent da56452fba
commit 5bec1eedc1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-05-16 Christophe Romain <christophe.romain@process-one.net>
* src/ejabberd_s2s_out.erl: Change FSMTIMEOUT to 30s
2008-05-12 Badlop <badlop@process-one.net>
* src/mod_muc/mod_muc_room.erl: Return Forbidden error message

View File

@ -92,7 +92,7 @@
%% Only change this value if you now what your are doing:
-define(FSMLIMITS,[]).
%% -define(FSMLIMITS, [{max_queue, 2000}]).
-define(FSMTIMEOUT, 5000).
-define(FSMTIMEOUT, 30000).
%% Maximum delay to wait before retrying to connect after a failed attempt.
%% Specified in miliseconds. Default value is 5 minutes.