Skip to content

Commit 9d4cf19

Browse files
authored
DOCSP-26527 Fixes maxIdleTimeMS line in Connection Pool overview (#2364) (#2385)
1 parent 88414bf commit 9d4cf19

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
@@ -142,9 +142,8 @@ Settings
142142

143143
* - :urioption:`maxIdleTimeMS`
144144

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`.
145+
- The maximum number of milliseconds that a connection can
146+
remain idle in the pool before being removed and closed.
148147

149148
*Default:* See your :driver:`driver </>` documentation.
150149

0 commit comments

Comments
 (0)