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
Make sure idle never-acquired pool connections are closed due to inactivity
The `max_inactive_connection_lifetime` setting currently fails to apply
to the connection which were never acquired because
`_setup_inactive_callback()` is only called in `release()`.
Fixes: #389
0 commit comments