Make default :minimum-idle same as :maximum-pool-size
ivos opened this issue · 3 comments
ivos commented
When I set :maximum-pool-size 2, the :minimum-idle is still defaulted to 10 and Hikari still opens 10 connections. Hikari itself declares that it defaults minimumIdle to maximumPoolSize, which sounds like a more reasonable choice.
jstepien commented
Sounds great, patches are welcome!
jstepien commented
Closing due to inactivity.