You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Even though idle connections are evicted from the pool it's
likeley that connections in the pool are "touched" also during infrequent usage,
i.e. they are not idle.
* By setting the max-life-time the connections are cycled out from the pool and
the number of connections in the pool will shrink, as long as there is not demand
for more connections.
0 commit comments