Software /
code /
prosody-modules
Changeset
6052:451ec67f2dd3
mod_s2s_idle_timeout: Reword README
'HG:' are removed. HG: Leave message empty to abort
commit. HG: -- HG: user: Menel <menel@snikket.de>
mod_s2s_idle_timeout/README.md
author | Menel <menel@snikket.de> |
---|---|
date | Mon, 11 Nov 2024 23:19:33 +0100 |
parents | 6051:8ea02e737098 |
children | 6053:9b0054873be2 |
files | mod_s2s_idle_timeout/README.md |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_s2s_idle_timeout/README.md Mon Nov 11 23:11:01 2024 +0100 +++ b/mod_s2s_idle_timeout/README.md Mon Nov 11 23:19:33 2024 +0100 @@ -7,16 +7,19 @@ Introduction ============ -Some people find it preferable to close server-to-server connections +By default prosody does not close s2s +connections. This module changes that +beuavior by inteoducing an idle timeout. +It will close server-to-server connections after they have been silent for a while. Configuration ============= -...is trivial. The default timeout is 300 seconds (5 minutes). To change -this simply put in the config: +The default timeout is 300 seconds (5 minutes). +To change this simply put in the config: - s2s_idle_timeout = 60 -- or any other number of seconds + s2s_idle_timeout = 180 -- time in seconds Compatibility ============= @@ -28,4 +31,3 @@ ----------------- ----------- [^1]: as of 2024-10-22 -