Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/reference/parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,8 @@ General Parameters

|mongod-only|

*Default*: ``true``

To support :doc:`TTL Indexes </core/index-ttl>`, :binary:`~bin.mongod`
instances have a background thread that is responsible for deleting
documents from collections with TTL indexes.
Expand All @@ -1078,6 +1080,14 @@ General Parameters

mongod --setParameter ttlMonitorEnabled=false

.. important::

Do not run production :binary:`~bin.mongod` instances with
``ttlMonitorEnabled`` disabled, except under guidance from MongoDB
support. Preventing TTL document removal can negatively impact
MongoDB internal system operations that depend on
:doc:`TTL Indexes </core/index-ttl>`.

.. parameter:: tcpFastOpenServer

.. versionadded:: 4.4
Expand Down