Skip to content

Commit 99ec7d6

Browse files
added minPoolSize (#166)
1 parent a5d231c commit 99ec7d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/fundamentals/connection.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,15 @@ parameters of the connection URI to specify the behavior of the client.
298298
- Type
299299
- Description
300300

301+
* - **minPoolSize**
302+
- integer
303+
- Specifies the minimum number of connections that must exist at
304+
any moment in a single connection pool.
305+
301306
* - **maxPoolSize**
302307
- integer
303-
- 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.
304310

305311
* - **waitQueueTimeoutMS**
306312
- integer

0 commit comments

Comments
 (0)