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 0264d2d commit b41a340Copy full SHA for b41a340
source/connect/connection-pools.txt
@@ -48,7 +48,9 @@ your connection URI:
48
| Defaults to ``20000``
49
50
* - ``maxConnecting``
51
- - | Sets the maximum number of connections that each pool can have at once.
+ - | 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.
54
| Defaults to ``2``
55
56
* - ``maxIdleTimeMS``
0 commit comments