We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebc72b commit af5da6bCopy full SHA for af5da6b
source/connection/connection-pools.txt
@@ -95,7 +95,7 @@ connection pool:
95
96
* - :urioption:`maxConnecting`
97
98
- - Maximum number of connections a pool may be establishing
+ - Maximum number of connections a pool may establish
99
concurrently.
100
101
.. include:: /includes/connection-pool/max-connecting-use-case.rst
@@ -141,7 +141,7 @@ connection pool:
141
142
* - :urioption:`waitQueueTimeoutMS`
143
144
- - Maximum wait time in milliseconds that a can thread wait for
+ - Maximum wait time in milliseconds that a thread can wait for
145
a connection to become available. A value of ``0`` means there
146
is no limit.
147
0 commit comments