Update config.rst

Added some minimal documentation for ping-related configuration
This commit is contained in:
arneko
2015-06-29 14:26:38 +02:00
parent d980bdbbfc
commit 6c71c48613
+8
View File
@@ -313,6 +313,8 @@ Options Element
<symlinksEnabled>true</symlinksEnabled> <symlinksEnabled>true</symlinksEnabled>
<limitBandwidthInLan>false</limitBandwidthInLan> <limitBandwidthInLan>false</limitBandwidthInLan>
<databaseBlockCacheMiB>0</databaseBlockCacheMiB> <databaseBlockCacheMiB>0</databaseBlockCacheMiB>
<pingTimeoutS>60</pingTimeoutS>
<pingIdleTimeS>120</pingIdleTimeS>
</options> </options>
The ``options`` element contains all other global configuration options. The ``options`` element contains all other global configuration options.
@@ -405,3 +407,9 @@ databaseBlockCacheMiB
Override the automatically calculated database block cache size. Don't, Override the automatically calculated database block cache size. Don't,
unless you're very short on memory, in which case you want to set this to unless you're very short on memory, in which case you want to set this to
``8``. ``8``.
pingTimeoutS
Ping-timeout in seconds. Don't change it unless you are having issues due to slow response time (slow connection/cpu) and large index exchanges
pingIdleTimeS
ping interval in seconds. Don't change it unless you feel it's necessary to do so.