diff --git a/users/config.rst b/users/config.rst
index 8788b52dd..745756616 100644
--- a/users/config.rst
+++ b/users/config.rst
@@ -313,6 +313,8 @@ Options Element
true
false
0
+ 60
+ 120
The ``options`` element contains all other global configuration options.
@@ -405,3 +407,9 @@ databaseBlockCacheMiB
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
``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.