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 @@ -1046,6 +1046,8 @@ General Parameters
1046
1046
1047
1047
|mongod-only|
1048
1048
1049
+ *Default*: ``true``
1050
+
1049
1051
To support :doc:`TTL Indexes </core/index-ttl>`, :binary:`~bin.mongod`
1050
1052
instances have a background thread that is responsible for deleting
1051
1053
documents from collections with TTL indexes.
@@ -1065,6 +1067,14 @@ General Parameters
1065
1067
1066
1068
mongod --setParameter ttlMonitorEnabled=false
1067
1069
1070
+ .. important::
1071
+
1072
+ Do not run production :binary:`~bin.mongod` instances with
1073
+ ``ttlMonitorEnabled`` disabled, except under guidance from MongoDB
1074
+ support. Preventing TTL document removal can negatively impact
1075
+ MongoDB internal system operations that depend on
1076
+ :doc:`TTL Indexes </core/index-ttl>`.
1077
+
1068
1078
.. parameter:: tcpFastOpenServer
1069
1079
1070
1080
.. versionadded:: 4.4
You can’t perform that action at this time.
0 commit comments