File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -725,6 +725,28 @@ description: |
725
725
.. include:: /includes/fact-networkMessageCompressors.rst
726
726
---
727
727
program : conf
728
+ name : net.transportLayer
729
+ type : string
730
+ directive : setting
731
+ replacement :
732
+ program : " :program:`mongos` or :program:`mongod`"
733
+ inherit :
734
+ name : transportLayer
735
+ program : _shared
736
+ file : options-shared.yaml
737
+ ---
738
+ program : conf
739
+ name : net.serviceExecutor
740
+ type : string
741
+ directive : setting
742
+ replacement :
743
+ program : " :program:`mongos` or :program:`mongod`"
744
+ inherit :
745
+ name : serviceExecutor
746
+ program : _shared
747
+ file : options-shared.yaml
748
+ ---
749
+ program : conf
728
750
name : setParameter
729
751
directive : setting
730
752
replacement :
Original file line number Diff line number Diff line change @@ -246,6 +246,8 @@ Core Options
246
246
FIPSMode: <boolean>
247
247
compression:
248
248
compressors: <string>
249
+ transportLayer: <string>
250
+ serviceExecutor: <string>
249
251
250
252
.. include:: /includes/option/setting-conf-net.port.rst
251
253
@@ -343,6 +345,10 @@ Core Options
343
345
344
346
.. include:: /includes/option/setting-conf-net.compression.compressors.rst
345
347
348
+ .. include:: /includes/option/setting-conf-net.transportLayer.rst
349
+
350
+ .. include:: /includes/option/setting-conf-net.serviceExecutor.rst
351
+
346
352
``security`` Options
347
353
~~~~~~~~~~~~~~~~~~~~
348
354
You can’t perform that action at this time.
0 commit comments