File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ Does TCP ``keepalive`` time affect MongoDB Deployments?
35
35
If you experience socket errors between clients and servers or between
36
36
members of a sharded cluster or replica set that do not have other
37
37
reasonable causes, check the TCP keepalive value, which Linux systems
38
- store as the ``tcp_keepalive_time`` value . A common keepalive period
38
+ store as ``tcp_keepalive_time``. A common keepalive period
39
39
is ``7200`` seconds (2 hours); however, different distributions and OS
40
40
X may have different settings. For MongoDB, you will have better
41
- experiences with shorter keepalive periods, on the order of ``120``
41
+ results with shorter keepalive periods, on the order of ``120``
42
42
seconds (two minutes).
43
43
44
44
If your MongoDB deployment experiences keepalive-related issues, you
@@ -59,7 +59,7 @@ their own sockets.
59
59
The above methods of setting the TCP keepalive are not persistent; you
60
60
will need to reset the new ``tcp_keepalive_time`` value each time you
61
61
reboot or restart a system. see your operating system's documentation
62
- for setting the TCP keepalive value persistently.
62
+ for instructions on setting the TCP keepalive value persistently.
63
63
64
64
.. include:: /includes/fact-tcp-keepalive-windows.rst
65
65
You can’t perform that action at this time.
0 commit comments