diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-06-18 20:38:16 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-06-18 20:38:16 +0200 |
commit | 54af1f16a499f00b89483c8fdf1cb63fbf5dc32e (patch) | |
tree | ccbb5319f8c8e716e1c503f1f3cc265cb4301def /doc/source | |
parent | 4d73c29836b2c74253dbce0df7af4d976440217f (diff) | |
download | poezio-54af1f16a499f00b89483c8fdf1cb63fbf5dc32e.tar.gz poezio-54af1f16a499f00b89483c8fdf1cb63fbf5dc32e.tar.bz2 poezio-54af1f16a499f00b89483c8fdf1cb63fbf5dc32e.tar.xz poezio-54af1f16a499f00b89483c8fdf1cb63fbf5dc32e.zip |
Let the user disable the auto-ping by setting connection_check_interval to 0
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/configuration.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 5bdec95e..587d5fd2 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -115,10 +115,12 @@ section of this documentation. **Default value:** ``60`` - A ping is sent to the server every N seconds, N being the value of that option. - Change this to a low value if you want to know quickly when you are disconnected, - and to a very high value if bandwidth matters so much that you can’t afford - 100 bytes/minute (seriously?). + A ping is sent to the server every N seconds, N being the value of + that option. Change this to a low value if you want to know quickly + when you are disconnected, and to a very high value if bandwidth + matters so much that you can’t afford 100 bytes/minute, or if you + don’t want to waste your battery by waking up the TCP connection too + often. Disable this ping altogether by setting this value to 0. connection_timeout_delay |