Minimizes the connection pool to n connections by deleting idle connection objects. If more than n connections are currently busy, all idle connections are deleted.
minimum number of connection objects to keep in the pool.
the number of connection object in the pool after minimizing, which is the greater of n and the number of currently busy connections.
See Implementation
Minimizes the connection pool to n connections by deleting idle connection objects. If more than n connections are currently busy, all idle connections are deleted.