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 bfba967 commit 5915d89Copy full SHA for 5915d89
source/administration/connection-pool-overview.txt
@@ -142,9 +142,8 @@ Settings
142
143
* - :urioption:`maxIdleTimeMS`
144
145
- - Amount of time that a connection can be idle in the pool before
146
- closing. Idle connections close until the number of
147
- open connections equals :urioption:`minPoolSize`.
+ - The maximum number of milliseconds that a connection can
+ remain idle in the pool before being removed and closed.
148
149
*Default:* See your :driver:`driver </>` documentation.
150
0 commit comments