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

ChangeLog
src/ejabberd_s2s_out.erl

index cc562289fc9d66f47895d3e6fef0a66380df1a4a..abf7f439c2b88c3503022437b0ef5db484e15358 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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.