diff options
Diffstat (limited to 'data/default_config.cfg')
-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 5232eb06..dc5cc4d6 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -19,6 +19,12 @@ certificate = # the same certificate. ignore_certificate = false +# The interval to send a whitespace keepalive to the server +# 300 should be fine, except for specific services, in that case, change the +# value to the services default. +whitespace_interval = 300 + + # Path to the certificate authenticating the Authority # A server may have several certificates, but if it uses a CA, it will often # keep the same for obvious reasons, so this is a good option if your server |