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.
165
165
- Description
166
166
167
167
* - ``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.
170
170
|
171
171
| **Data Type**: ``int``
172
172
| **Default**: ``20000``
@@ -184,7 +184,9 @@ in the {+mdb-server+} manual.
184
184
| **Connection URI Example**: ``maxConnecting=3``
185
185
186
186
* - ``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.
188
190
|
189
191
| **Data Type**: ``int``
190
192
| **Default**: ``None`` (no limit)
You can’t perform that action at this time.
0 commit comments