Skip to content

Commit 51e5883

Browse files
author
Michael Paik
committed
DOCS-1351 with edits
1 parent 59d98e3 commit 51e5883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/faq/diagnostics.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Does TCP ``keepalive`` time affect MongoDB Deployments?
3535
If you experience socket errors between clients and servers or between
3636
members of a sharded cluster or replica set that do not have other
3737
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
3939
is ``7200`` seconds (2 hours); however, different distributions and OS
4040
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``
4242
seconds (two minutes).
4343

4444
If your MongoDB deployment experiences keepalive-related issues, you
@@ -59,7 +59,7 @@ their own sockets.
5959
The above methods of setting the TCP keepalive are not persistent; you
6060
will need to reset the new ``tcp_keepalive_time`` value each time you
6161
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.
6363

6464
.. include:: /includes/fact-tcp-keepalive-windows.rst
6565

0 commit comments

Comments
 (0)