diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2008-05-16 15:29:33 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2008-05-16 15:29:33 +0000 |
commit | 5bec1eedc1009863ce6f6cd7cf4125b4e8d4f1c4 (patch) | |
tree | 92381f75189aea33f9a0b01a6cee899caa16eeaa | |
parent | * src/mod_muc/mod_muc_room.erl: Return Forbidden error message (diff) |
Change FSMTIMEOUT to 30s
SVN Revision: 1328
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/ejabberd_s2s_out.erl | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 diff --git a/src/ejabberd_s2s_out.erl b/src/ejabberd_s2s_out.erl index 4271e43a6..781591b64 100644 --- a/src/ejabberd_s2s_out.erl +++ b/src/ejabberd_s2s_out.erl @@ -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. |