Skip to content

Commit 69aea2e

Browse files
committed
nr feedback
1 parent 881d4d1 commit 69aea2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/connect/connection-options/connection-pools.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ object:
172172
This configuration allows the connection pool to close unused connections
173173
during periods of inactivity.
174174

175-
In versions of the {+driver-short+} earlier than 6.18.0, idle connections
176-
were not cleaned up when ``minPoolSize`` was set to ``0``. Starting in
177-
version 6.18.0, the connection pool correctly cleans up idle connections
178-
regardless of the ``minPoolSize`` setting.
175+
In versions earlier than 6.18.0, the {+driver-short+} did not close idle
176+
connections when ``minPoolSize`` was set to ``0``. Starting in version
177+
6.18.0, the connection pool correctly closes idle connections regardless
178+
of the ``minPoolSize`` setting.
179179

180180
.. _node-connection-pool-max-idle-time:
181181

0 commit comments

Comments
 (0)