diff options
author | mathieui <mathieui@mathieui.net> | 2012-03-13 18:46:02 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-03-13 18:46:02 +0100 |
commit | 27a7bfc92ce96af5ae08e2edd78a146287997c85 (patch) | |
tree | 7bd4605285ef9bab27d992f05edf47effcdccbae /data | |
parent | 6d2af1116cf08feea1611e9cc27df4205e4c4fbd (diff) | |
download | poezio-27a7bfc92ce96af5ae08e2edd78a146287997c85.tar.gz poezio-27a7bfc92ce96af5ae08e2edd78a146287997c85.tar.bz2 poezio-27a7bfc92ce96af5ae08e2edd78a146287997c85.tar.xz poezio-27a7bfc92ce96af5ae08e2edd78a146287997c85.zip |
Add a whitespace_interval option
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 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 |