Почему в пуле Apache DBCP ниже уровня criteira для удаления заброшенных соединений?
Abandonded connections are identified and removed when getConnection() is
invoked and the following conditions hold
getRemoveAbandoned() = true
getNumActive() > getMaxActive() - 3
getNumIdle() < 2
почему эти магические числа 2 и 3?Кто-нибудь может объяснить?