Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit 6203e6a

Browse files
committed
DOCS-5322 fix copy + paste error
1 parent 2d01fce commit 6203e6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/parameters.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Parameters
451451

452452
:parameter:`connPoolMaxShardedConnectionsPerHost` only applies for
453453
:program:`mongos` instances. You can only set
454-
:parameter:`connPoolMaxShardedConnectionsPerHost` during start up
454+
:parameter:`connPoolMaxShardedConnectionsPerHost` during startup
455455
in the config file or on the command line, as follows to increase
456456
the size of the connection pool:
457457

@@ -481,9 +481,9 @@ Parameters
481481
connections and you're using authentication in the
482482
context of a sharded cluster.
483483

484-
:parameter:`connPoolMaxShardedConnectionsPerHost` applies to
484+
:parameter:`connPoolMaxConnectionsPerHost` applies to
485485
:program:`mongod` instances only. You can only set
486-
:parameter:`connPoolMaxShardedConnectionsPerHost` during start up
486+
:parameter:`connPoolMaxConnectionsPerHost` during startup
487487
in the config file or on the command line, as follows to increase
488488
the size of the connection pool:
489489

0 commit comments

Comments
 (0)