Fix outgoing_s2s_timeout description (#1684)

This commit is contained in:
Christophe Romain 2017-06-21 16:30:51 +02:00
parent 950aca380c
commit a095477b4c
1 changed files with 2 additions and 2 deletions

View File

@ -265,12 +265,12 @@ listen:
## Outgoing S2S options ## Outgoing S2S options
## ##
## Preferred address families (which to try first) and connect timeout ## Preferred address families (which to try first) and connect timeout
## in milliseconds. ## in seconds.
## ##
## outgoing_s2s_families: ## outgoing_s2s_families:
## - ipv4 ## - ipv4
## - ipv6 ## - ipv6
## outgoing_s2s_timeout: 10000 ## outgoing_s2s_timeout: 190
###. ============== ###. ==============
###' AUTHENTICATION ###' AUTHENTICATION