diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index f7879c8c..9e93900f 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -33,6 +33,12 @@ ca_cert_path = # defaults to false because it should not be necessary auto_reconnect = false +# The time between the ping sent to the server to check if the connection is alive +connection_check_interval = 60 + +# The timeout value of those pings +connection_timeout_delay = 10 + # the resource you will use # If it's empty, your resource will be chosen (most likely randomly) by the server # It is not recommended to use a resource that is easy to guess, because it can lead |