diff options
author | mathieui <mathieui@mathieui.net> | 2014-12-05 20:20:17 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-12-05 20:20:17 +0100 |
commit | 5b7606722e56c867f9d5bf2065b7dc5535d87d1d (patch) | |
tree | 5f791c4a67f1c0e52d40e479049ef7284748c214 | |
parent | 2a39706afbceb7e4f725476a5eb4feb3bc6e88c7 (diff) | |
download | poezio-5b7606722e56c867f9d5bf2065b7dc5535d87d1d.tar.gz poezio-5b7606722e56c867f9d5bf2065b7dc5535d87d1d.tar.bz2 poezio-5b7606722e56c867f9d5bf2065b7dc5535d87d1d.tar.xz poezio-5b7606722e56c867f9d5bf2065b7dc5535d87d1d.zip |
Fix the comment on auto_reconnect too
-rw-r--r-- | data/default_config.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index e5e8278b..39899d31 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -72,7 +72,6 @@ whitespace_interval = 300 ca_cert_path = # Auto-reconnects you when you get disconnected from the server -# defaults to false because it should not be necessary auto_reconnect = true # The time between the ping sent to the server to check if the connection is alive |