Skip to content

Update configuration-options.txt #1267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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
6 changes: 3 additions & 3 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ Settings
threshold.

This is particularly useful for :program:`mongos` if you have a
client that creates a number of collections but allows them to
timeout rather than close the collections. When you set
client that creates a number of connections but allows them to
timeout rather than close the connections. When you set
:setting:`maxConns`, ensure the value is slightly higher than the
size of the connection pool or the total number of connections to
prevent erroneous connection spikes from propagating to the members
Expand Down Expand Up @@ -340,7 +340,7 @@ Settings
Set to ``true`` to modify the storage pattern of the data directory
to store each database's files in a distinct folder. This option
will create directories within the :setting:`dbpath` named for each
directory.
db.

Use this option in conjunction with your file system and device
configuration so that MongoDB will store data on a number of
Expand Down