From: Christophe Romain Date: Wed, 21 Jun 2017 14:30:51 +0000 (+0200) Subject: Fix outgoing_s2s_timeout description (#1684) X-Git-Tag: 17.06~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a095477b4c8b3db54aecb7fc0369105a636060f4;p=ejabberd Fix outgoing_s2s_timeout description (#1684) --- 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