We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cec97d commit e5617f8Copy full SHA for e5617f8
source/fundamentals/connection/connection-options.txt
@@ -123,10 +123,10 @@ parameters of the connection URI to specify the behavior of the client.
123
124
* - **maxIdleTimeMS**
125
- integer
126
- - Specifies the maximum amount of time, in milliseconds, the Java
127
- driver will allow a pooled connection to idle before closing the
+ - Specifies the maximum amount of time, in milliseconds, that the driver
+ allows a pooled connection to idle before closing the
128
connection. A value of ``0`` indicates that there is no upper bound
129
- on how long the driver can allow a pooled collection to be idle.
+ on how long the driver allows a pooled connection to be idle.
130
131
| **Default**: ``0``
132
0 commit comments