Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-06-21 17:30:51 +0300
committerChristophe Romain <christophe.romain@process-one.net>2017-06-21 17:30:51 +0300
commita095477b4c8b3db54aecb7fc0369105a636060f4 (patch)
tree8339e7c08959c398245ee02b4a5d5aaed4ba33f5 /ejabberd.yml.example
parent950aca380c6931feb7c4d86e119de06c6aa0bb5a (diff)
Fix outgoing_s2s_timeout description (#1684)
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index c55830563..62a6fe5ca 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -265,12 +265,12 @@ listen:
## Outgoing S2S options
##
## Preferred address families (which to try first) and connect timeout
-## in milliseconds.
+## in seconds.
##
## outgoing_s2s_families:
## - ipv4
## - ipv6
-## outgoing_s2s_timeout: 10000
+## outgoing_s2s_timeout: 190
###. ==============
###' AUTHENTICATION