File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/connect/connection-options Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,10 +172,10 @@ object:
172
172
This configuration allows the connection pool to close unused connections
173
173
during periods of inactivity.
174
174
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.
179
179
180
180
.. _node-connection-pool-max-idle-time:
181
181
You can’t perform that action at this time.
0 commit comments