diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-12-04 15:30:18 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-12-04 15:30:18 +0100 |
commit | 0800c666eb69fe6934dad08d8bd2d3996cb5cef1 (patch) | |
tree | aac3809bfe3648e80e09c92e064bfbdf0e17f0c0 /data/default_config.cfg | |
parent | a208dc87ee918c13fb168ed20a2fb01412344df1 (diff) | |
download | poezio-0800c666eb69fe6934dad08d8bd2d3996cb5cef1.tar.gz poezio-0800c666eb69fe6934dad08d8bd2d3996cb5cef1.tar.bz2 poezio-0800c666eb69fe6934dad08d8bd2d3996cb5cef1.tar.xz poezio-0800c666eb69fe6934dad08d8bd2d3996cb5cef1.zip |
Set auto_reconnect to True by default
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 35bc498b..e5e8278b 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -73,7 +73,7 @@ ca_cert_path = # Auto-reconnects you when you get disconnected from the server # defaults to false because it should not be necessary -auto_reconnect = false +auto_reconnect = true # The time between the ping sent to the server to check if the connection is alive connection_check_interval = 60 |