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
Crafteconomy is making sync database calls to SQL on the servers main thread. This is locking the main thread of the server. So it throws errors and lags the server like crazy. I'm not sure if it's fixable but its quite an issue for my server.
The text was updated successfully, but these errors were encountered:
craftconomy3-3.5.4-SNAPSHOT.jar//com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
Crafteconomy is making sync database calls to SQL on the servers main thread. This is locking the main thread of the server. So it throws errors and lags the server like crazy. I'm not sure if it's fixable but its quite an issue for my server.
The text was updated successfully, but these errors were encountered: