From ee6aae821127a423f76a756fdd040a72c3589955 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 18 Apr 2008 12:19:45 +0000 Subject: * src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2s after a remote server crash (EJAB-540) * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_s2s.erl: Likewise * doc/guide.tex: Likewise SVN Revision: 1296 --- doc/guide.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/guide.tex') diff --git a/doc/guide.tex b/doc/guide.tex index 2748d1a29..293a1107f 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -786,6 +786,9 @@ There are some additional global options: Defines if incoming and outgoing s2s connections with a specific remote host are allowed or denied. This allows to restrict ejabberd to only stablish s2s connections with a small list of trusted servers, or to block some specific servers. + \titem{\{s2s\_max\_retry\_delay, Seconds\}} \ind{options!s2s\_max\_retry\_delay} + The maximum allowed delay for retry to connect after a failed connection attempt. + Specified in seconds. The default value is 300 seconds (5 minutes). \end{description} For example, the following simple configuration defines: -- cgit v1.2.3