File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1059,6 +1059,8 @@ General Parameters
10591059
10601060 |mongod-only|
10611061
1062+ *Default*: ``true``
1063+
10621064 To support :doc:`TTL Indexes </core/index-ttl>`, :binary:`~bin.mongod`
10631065 instances have a background thread that is responsible for deleting
10641066 documents from collections with TTL indexes.
@@ -1078,6 +1080,14 @@ General Parameters
10781080
10791081 mongod --setParameter ttlMonitorEnabled=false
10801082
1083+ .. important::
1084+
1085+ Do not run production :binary:`~bin.mongod` instances with
1086+ ``ttlMonitorEnabled`` disabled, except under guidance from MongoDB
1087+ support. Preventing TTL document removal can negatively impact
1088+ MongoDB internal system operations that depend on
1089+ :doc:`TTL Indexes </core/index-ttl>`.
1090+
10811091.. parameter:: tcpFastOpenServer
10821092
10831093 .. versionadded:: 4.4
You can’t perform that action at this time.
0 commit comments