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 b97b1e8 commit 849b905Copy full SHA for 849b905
source/fundamentals/connection/connection-options.txt
@@ -122,10 +122,10 @@ parameters of the connection URI to specify the behavior of the client.
122
123
* - **maxIdleTimeMS**
124
- integer
125
- - Specifies the maximum amount of time, in milliseconds, the Java
126
- 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
127
connection. A value of ``0`` indicates that there is no upper bound
128
- 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.
129
130
| **Default**: ``0``
131
0 commit comments