File tree Expand file tree Collapse file tree 2 files changed +310
-107
lines changed
connect/connection-options
data-formats/custom-types Expand file tree Collapse file tree 2 files changed +310
-107
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ your connection URI:
43
43
- Description
44
44
45
45
* - ``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.
48
48
|
49
49
| **Data Type**: ``int``
50
50
| **Default**: ``20000``
@@ -62,7 +62,9 @@ your connection URI:
62
62
| **Connection URI Example**: ``maxConnecting=3``
63
63
64
64
* - ``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.
66
68
|
67
69
| **Data Type**: ``int``
68
70
| **Default**: ``None`` (no limit)
You can’t perform that action at this time.
0 commit comments