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:
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)
You can’t perform that action at this time.
0 commit comments