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
The connection pool currently replaces closed available connections by replacing them when they are requested. This means that once a pool's active connection count increases, it will never decrease.
It would be better to check the available connections list first for any open connections before attempting to open a new replacement.
The text was updated successfully, but these errors were encountered:
The connection pool currently replaces closed available connections by replacing them when they are requested. This means that once a pool's active connection count increases, it will never decrease.
It would be better to check the available connections list first for any open connections before attempting to open a new replacement.
The text was updated successfully, but these errors were encountered: