File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -643,6 +643,8 @@ General Parameters
643643
644644 |mongod-only|
645645
646+ *Default*: ``true``
647+
646648 To support :doc:`TTL Indexes </core/index-ttl>`, :binary:`~bin.mongod`
647649 instances have a background thread that is responsible for deleting
648650 documents from collections with TTL indexes.
@@ -662,6 +664,13 @@ General Parameters
662664
663665 mongod --setParameter ttlMonitorEnabled=false
664666
667+ .. important::
668+
669+ Do not run production :binary:`~bin.mongod` instances with
670+ ``ttlMonitorEnabled`` disabled, except under guidance from MongoDB
671+ support. Preventing TTL document removal can negatively impact
672+ MongoDB internal system operations that depend on
673+ :doc:`TTL Indexes </core/index-ttl>`.
665674
666675.. parameter:: disableJavaScriptJIT
667676
You can’t perform that action at this time.
0 commit comments