Merge pull request #23 from arneko/patch-1

Update config.rst
This commit is contained in:
Audrius Butkevicius
2015-06-29 17:45:37 +01:00
+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.