File tree Expand file tree Collapse file tree 4 files changed +10
-16
lines changed Expand file tree Collapse file tree 4 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -2229,12 +2229,8 @@ Core Options
2229
2229
versions of MongoDB managed threads in this way.
2230
2230
2231
2231
* - ``adaptive``
2232
-
2233
- - The :binary:`~bin.mongos` or :binary:`~bin.mongod` uses the new experimental asynchronous
2234
- networking mode with an adaptive thread pool which manages
2235
- threads on a per request basis. This mode should have more
2236
- consistent performance and use less resources when there are
2237
- more inactive connections than database requests.
2232
+
2233
+ - .. deprecated:: 4.4
2238
2234
2239
2235
2240
2236
``security`` Options
Original file line number Diff line number Diff line change @@ -807,11 +807,7 @@ Core Options
807
807
808
808
* - ``adaptive``
809
809
810
- - The :program:`mongod` uses the new experimental asynchronous
811
- networking mode with an adaptive thread pool which manages
812
- threads on a per request basis. This mode should have more
813
- consistent performance and use less resources when there are
814
- more inactive connections than database requests.
810
+ - .. deprecated:: 4.4
815
811
816
812
817
813
.. option:: --outputConfig
Original file line number Diff line number Diff line change @@ -620,11 +620,7 @@ Core Options
620
620
621
621
* - ``adaptive``
622
622
623
- - The :program:`mongos` uses the new experimental asynchronous
624
- networking mode with an adaptive thread pool which manages
625
- threads on a per request basis. This mode should have more
626
- consistent performance and use less resources when there are
627
- more inactive connections than database requests.
623
+ - .. deprecated:: 4.4
628
624
629
625
630
626
.. option:: --timeZoneInfo <path>
Original file line number Diff line number Diff line change @@ -466,6 +466,12 @@ limit; these options and parameter have no effect starting in MongoDB
466
466
467
467
- :parameter:`wiredTigerMaxCacheOverflowSizeGB` parameter
468
468
469
+ ``adaptive`` Option for :setting:`net.serviceExecutor` Deprecated
470
+ `````````````````````````````````````````````````````````````````
471
+
472
+ Starting in MongoDB 4.4, the ``adaptive`` option for
473
+ :setting:`net.serviceExecutor` is deprecated.
474
+
469
475
.. _4.4-compatibility-enabled:
470
476
471
477
4.4 Feature Compatibility
You can’t perform that action at this time.
0 commit comments