# HG changeset patch # User MWild1 # Date 1265047073 0 # Node ID 477eef586fcb0930b32c1362d9cc56fffbbd9eda # Parent 026e0e86dd967e2896669c2fb848a3f9781db439 Created wiki page through web user interface. diff -r 026e0e86dd96 -r 477eef586fcb mod_s2s_idle_timeout.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_s2s_idle_timeout.wiki Mon Feb 01 17:57:53 2010 +0000 @@ -0,0 +1,18 @@ +#summary Close idle server-to-server connections +#labels Stage-Stable + += Introduction = + +Some people find it preferable to 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: + +{{{ + s2s_idle_timeout = 60 -- or any other number of seconds +}}} + += Compatibility = +|| 0.6 || Works || +|| 0.7 || Works || \ No newline at end of file