# HG changeset patch # User Kim Alvefur # Date 1527563092 -7200 # Node ID 49254b9cc7519f54961b0c8577be13169ad712aa # Parent ce61f1826f1fa3dcacb90effb1ceaf0ce0f30e26 mod_s2s_keepalive/README: Clarify options (fixes #675) diff -r ce61f1826f1f -r 49254b9cc751 mod_s2s_keepalive/README.markdown --- a/mod_s2s_keepalive/README.markdown Tue May 29 04:36:56 2018 +0200 +++ b/mod_s2s_keepalive/README.markdown Tue May 29 05:04:52 2018 +0200 @@ -11,9 +11,11 @@ Configuration ============= -Simply add the module to the `modules_enabled` list and specify your -desired servers in `keepalive_servers`. Optionally you can configure -the ping interval. +Simply add the module to the `modules_enabled` list like any other +module. By default, all current s2s connections will be pinged +periodically. To ping only a subset of servers, list these in +`keepalive_servers`. The ping interval can be set using +`keepalive_interval`. ``` lua modules_enabled = {