Skip to content

Commit f23f680

Browse files
authored
DOCSP-26527 Fixes maxIdleTimeMS line in Connection Pool overview (#2364) (#2383)
1 parent fb2f0ed commit f23f680

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/administration/connection-pool-overview.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,8 @@ Settings
140140

141141
* - :urioption:`maxIdleTimeMS`
142142

143-
- Amount of time that a connection can be idle in the pool before
144-
closing. Idle connections close until the number of
145-
open connections equals :urioption:`minPoolSize`.
143+
- The maximum number of milliseconds that a connection can
144+
remain idle in the pool before being removed and closed.
146145

147146
*Default:* See your :driver:`driver </>` documentation.
148147

0 commit comments

Comments
 (0)