diff options
author | Badlop <badlop@process-one.net> | 2008-04-18 12:19:45 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-04-18 12:19:45 +0000 |
commit | ee6aae821127a423f76a756fdd040a72c3589955 (patch) | |
tree | 99d84315e191bce43aa60fc29f320e56b268fb7a /doc | |
parent | * doc/guide.tex: Clarification: PEP is enabled in default config (diff) |
* 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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 3 |
1 files changed, 3 insertions, 0 deletions
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: |