Skip to content
Closed
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
4 changes: 2 additions & 2 deletions source/includes/options-mongod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ program: mongod
name: maxConns
args: <number>
directive: option
description: |
description: |to
The maximum number of simultaneous connections that {{program}} will
accept. This setting has no effect if it is higher than your operating
system's configured maximum connection tracking threshold.
Expand Down Expand Up @@ -214,7 +214,7 @@ name: keyFile
args: <file>
directive: option
description: |
Specifies the path to a key file to that stores the shared secret
Specifies the path to a key file that stores the shared secret
that MongoDB instances use to authenticate to each other in a
:term:`sharded cluster` or :term:`replica set`. {{role}} implies
{{auth_option}}. See :ref:`inter-process-auth` for more
Expand Down