Skip to content

Commit cd8ec02

Browse files
committed
DOCSP-48326: Connection Pooling technical feedback (#221)
(cherry picked from commit 9789802)
1 parent c4c9045 commit cd8ec02

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/connect/connection-options.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ in the {+mdb-server+} manual.
165165
- Description
166166

167167
* - ``connectTimeoutMS``
168-
- | The time that {+driver-short+} waits when connecting a new
169-
socket before timing out.
168+
- | The time that {+driver-short+} waits when establishing a new
169+
connection before timing out.
170170
|
171171
| **Data Type**: ``int``
172172
| **Default**: ``20000``
@@ -184,7 +184,9 @@ in the {+mdb-server+} manual.
184184
| **Connection URI Example**: ``maxConnecting=3``
185185

186186
* - ``maxIdleTimeMS``
187-
- | The maximum time that a connection can remain idle in the pool.
187+
- | The maximum time that a connection can remain idle in the pool. When a connection
188+
exceeds this limit, {+driver-short+} closes the connection and removes it from
189+
the pool.
188190
|
189191
| **Data Type**: ``int``
190192
| **Default**: ``None`` (no limit)

0 commit comments

Comments
 (0)