Skip to content

Commit c508b1b

Browse files
jdestefano-mongokay-kim
authored andcommitted
DOCS-10538 - Added transportLayer and serviceExecutor to config files.
Signed-off-by: kay <[email protected]>
1 parent 1926056 commit c508b1b

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

source/includes/options-conf.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,28 @@ description: |
725725
.. include:: /includes/fact-networkMessageCompressors.rst
726726
---
727727
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
728750
name: setParameter
729751
directive: setting
730752
replacement:

source/reference/configuration-options.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ Core Options
246246
FIPSMode: <boolean>
247247
compression:
248248
compressors: <string>
249+
transportLayer: <string>
250+
serviceExecutor: <string>
249251

250252
.. include:: /includes/option/setting-conf-net.port.rst
251253

@@ -343,6 +345,10 @@ Core Options
343345

344346
.. include:: /includes/option/setting-conf-net.compression.compressors.rst
345347

348+
.. include:: /includes/option/setting-conf-net.transportLayer.rst
349+
350+
.. include:: /includes/option/setting-conf-net.serviceExecutor.rst
351+
346352
``security`` Options
347353
~~~~~~~~~~~~~~~~~~~~
348354

0 commit comments

Comments
 (0)