Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.2
-
None
-
Operating System: other
Platform: All
-
30426
Description
In GenericObjectPool, the evict thread removes all objects when minIdleTimeout
has been exceeded, including the min number we want to have avaialable at all
times. It would be a good idea to be able to have a param that removes all extra
objects above minIdle but leaves the minIdle ones intact.