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 use of this feature is not recommended, because it has side effects related to session state and data consistency when applications don't handle SQLExceptions properly,
XPBoost internally uses HikariCP and it renews and manages connections automatically within some period.
https://gist.github.com/TomLewis/ca99cbb0a12e9193eebe53ed24afc198
In my config, I use;
database: 'Database_Name?autoReconnect=true'
This worked perfectly fine before as this caused database issues when it randomly disconnected before.
The text was updated successfully, but these errors were encountered: