Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 2 additions & 6 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2229,12 +2229,8 @@ Core Options
versions of MongoDB managed threads in this way.

* - ``adaptive``

- The :binary:`~bin.mongos` or :binary:`~bin.mongod` uses the new experimental asynchronous
networking mode with an adaptive thread pool which manages
threads on a per request basis. This mode should have more
consistent performance and use less resources when there are
more inactive connections than database requests.

- .. deprecated:: 4.4


``security`` Options
Expand Down
6 changes: 1 addition & 5 deletions source/reference/program/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -807,11 +807,7 @@ Core Options

* - ``adaptive``

- The :program:`mongod` uses the new experimental asynchronous
networking mode with an adaptive thread pool which manages
threads on a per request basis. This mode should have more
consistent performance and use less resources when there are
more inactive connections than database requests.
- .. deprecated:: 4.4


.. option:: --outputConfig
Expand Down
6 changes: 1 addition & 5 deletions source/reference/program/mongos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -620,11 +620,7 @@ Core Options

* - ``adaptive``

- The :program:`mongos` uses the new experimental asynchronous
networking mode with an adaptive thread pool which manages
threads on a per request basis. This mode should have more
consistent performance and use less resources when there are
more inactive connections than database requests.
- .. deprecated:: 4.4


.. option:: --timeZoneInfo <path>
Expand Down
6 changes: 6 additions & 0 deletions source/release-notes/4.4-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,12 @@ limit; these options and parameter have no effect starting in MongoDB

- :parameter:`wiredTigerMaxCacheOverflowSizeGB` parameter

``adaptive`` Option for :setting:`net.serviceExecutor` Deprecated
`````````````````````````````````````````````````````````````````

Starting in MongoDB 4.4, the ``adaptive`` option for
:setting:`net.serviceExecutor` is deprecated.

.. _4.4-compatibility-enabled:

4.4 Feature Compatibility
Expand Down