]> granicus.if.org Git - ejabberd/commitdiff
Change FSMTIMEOUT to 30s
authorChristophe Romain <christophe.romain@process-one.net>
Fri, 16 May 2008 15:28:23 +0000 (15:28 +0000)
committerChristophe Romain <christophe.romain@process-one.net>
Fri, 16 May 2008 15:28:23 +0000 (15:28 +0000)
SVN Revision: 1327

ChangeLog
src/ejabberd_s2s_out.erl

index 0700d05e2a1ecd14516fb561f115c252937b0a96..7094b57272d759a395bf9e6937c65eb46d120835 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
        * src/ejabberd_receiver.erl: Don't activate a socket untill its
        receiver process is controlling it (Thanks to Aleksey)
 
+       * 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
index 4271e43a6fec6596801c5f0d0ae000864afab7b7..781591b648405d1685a767366168419b3b7454ba 100644 (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.