Xanium1 / GemsEconomy

One of my spigot plugins. Minecraft Economy plugin with multi currency support!
14 stars 30 forks source link

fix: Mysql connect timeout when try to alter table #6

Closed lj2000lj closed 3 years ago

lj2000lj commented 3 years ago

Hikari pool throws a timeout exception when trying update database from older version. It seems like its due to connection isn't released after last usage. Prevent the new getConnection() call when older connection is still avalibale resolves the issue.