File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments