Skip to content

Commit 99fc6f7

Browse files
committed
incorporate mm changes
1 parent 959fe5c commit 99fc6f7

File tree

2 files changed

+310
-107
lines changed

2 files changed

+310
-107
lines changed

source/connect/connection-options/connection-pools.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ your connection URI:
4343
- Description
4444

4545
* - ``connectTimeoutMS``
46-
- | The time that {+driver-short+} waits when connecting a new
47-
socket before timing out.
46+
- | The time that {+driver-short+} waits when establishing a new
47+
connection before timing out.
4848
|
4949
| **Data Type**: ``int``
5050
| **Default**: ``20000``
@@ -62,7 +62,9 @@ your connection URI:
6262
| **Connection URI Example**: ``maxConnecting=3``
6363

6464
* - ``maxIdleTimeMS``
65-
- | The maximum time that a connection can remain idle in the pool.
65+
- | The maximum time that a connection can remain idle in the pool. When a connection
66+
exceeds this limit, {+driver-short+} closes the connection and removes it from
67+
the pool.
6668
|
6769
| **Data Type**: ``int``
6870
| **Default**: ``None`` (no limit)

0 commit comments

Comments
 (0)