diff options
author | mathieui <mathieui@mathieui.net> | 2016-06-12 21:46:46 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-06-12 21:46:46 +0200 |
commit | ce915a86c1120dcccb7571380241750007d64a6f (patch) | |
tree | 72926e3aa7f96f152b8a0911722f9a290fb7b8a8 /data/default_config.cfg | |
parent | aa79acb7d9cef2f19376a20ac27c13b9b46ac6e6 (diff) | |
download | poezio-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 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index dacf1576..62124839 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -93,10 +93,10 @@ ca_cert_path = #auto_reconnect = true # The time between the ping sent to the server to check if the connection is alive -#connection_check_interval = 60 +#connection_check_interval = 300 # The timeout value of those pings -#connection_timeout_delay = 10 +#connection_timeout_delay = 30 # Send the initial presence # true, unless you want to be invisible from your roster |