summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-06-12 21:46:46 +0200
committermathieui <mathieui@mathieui.net>2016-06-12 21:46:46 +0200
commitce915a86c1120dcccb7571380241750007d64a6f (patch)
tree72926e3aa7f96f152b8a0911722f9a290fb7b8a8 /doc
parentaa79acb7d9cef2f19376a20ac27c13b9b46ac6e6 (diff)
downloadpoezio-ce915a86c1120dcccb7571380241750007d64a6f.tar.gz
poezio-ce915a86c1120dcccb7571380241750007d64a6f.tar.bz2
poezio-ce915a86c1120dcccb7571380241750007d64a6f.tar.xz
poezio-ce915a86c1120dcccb7571380241750007d64a6f.zip
Increase ping timeout delays (now that the ping actually works)
Diffstat (limited to 'doc')
-rw-r--r--doc/source/configuration.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index 52f7eb07..4f11a558 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -242,7 +242,7 @@ well, but you will at least want to know when you get disconnected.
connection_check_interval
- **Default value:** ``60``
+ **Default value:** ``300``
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
@@ -253,9 +253,9 @@ well, but you will at least want to know when you get disconnected.
connection_timeout_delay
- **Default value:** ``10``
+ **Default value:** ``30``
- The timeout delay of the ping referenced above, 10 should really be fine, but
+ The timeout delay of the ping referenced above, 30 should really be fine, but
if your network is really unstable, it can be set higher or lower, depending
of your preference.