mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Change FSMTIMEOUT to 30s
SVN Revision: 1328
This commit is contained in:
parent
da56452fba
commit
5bec1eedc1
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user