Skip to content

Commit b41a340

Browse files
committed
Technical feedback
1 parent 0264d2d commit b41a340

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/connect/connection-pools.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ your connection URI:
4848
| Defaults to ``20000``
4949

5050
* - ``maxConnecting``
51-
- | Sets the maximum number of connections that each pool can have at once.
51+
- | Sets the maximum number of connections that each pool can establish concurrently.
52+
If this limit is reached, further requests wait until a connection is established
53+
or another in-use connection is checked back into the pool.
5254
| Defaults to ``2``
5355

5456
* - ``maxIdleTimeMS``

0 commit comments

Comments
 (0)