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 a5d231c commit 99ec7d6Copy full SHA for 99ec7d6
source/fundamentals/connection.txt
@@ -298,9 +298,15 @@ parameters of the connection URI to specify the behavior of the client.
298
- Type
299
- Description
300
301
+ * - **minPoolSize**
302
+ - integer
303
+ - Specifies the minimum number of connections that must exist at
304
+ any moment in a single connection pool.
305
+
306
* - **maxPoolSize**
307
- integer
- - Specifies the maximum size of the connection pool.
308
+ - Specifies the maximum number of connections that a connection
309
+ pool may have at a given time.
310
311
* - **waitQueueTimeoutMS**
312
0 commit comments