Skip to content

Commit 8cd7801

Browse files
authored
DOCSP-22852: Added maxConnecting info (#336)
1 parent 4f684c5 commit 8cd7801

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

source/fundamentals/connection/connection-options.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,24 @@ parameters of the connection URI to specify the behavior of the client.
7373
- Specifies the logger level used by the driver. Valid choices are:
7474
``error``, ``warn``, ``info``, and ``debug``.
7575

76-
* - **maxPoolSize**
76+
* - **maxConnecting**
7777
- integer
78-
- ``100``
79-
- Specifies the maximum number of connections that a connection pool may
80-
have at a given time.
78+
- ``2``
79+
- Specifies the maximum number of connections a connection pool can establish
80+
concurrently.
8181

8282
* - **maxIdleTimeMS**
8383
- integer
8484
- ``∞``
8585
- Specifies the maximum amount of time a connection can remain idle in the
8686
connection pool before being removed and closed.
8787

88+
* - **maxPoolSize**
89+
- integer
90+
- ``100``
91+
- Specifies the maximum number of connections that a connection pool may
92+
have at a given time.
93+
8894
* - **minPoolSize**
8995
- integer
9096
- ``0``

0 commit comments

Comments
 (0)