[14:06:48 INFO]: [ExilePearl] Pearl decay completed in 636ms. Processed 337 and freed 0.
According to other logs only 1 or 2 pearls were actually processed, all other were skipped due to unloaded chunks. Initial few checks also warned
[14:06:48 WARN]: [com.zaxxer.hikari.pool.PoolBase] HikariPool-10 - Failed to validate connection com.mysql.jdbc.JDBC4Connection@2ffc5a8c (No operations allowed after connection closed.). Possibly consider using
a shorter maxLifetime value.
Mabye sync db queries (alt lookups etc.) are the issue? We could do all the actual calculation async and then apply only the changes sync?
[14:06:48 INFO]: [ExilePearl] Pearl decay completed in 636ms. Processed 337 and freed 0.According to other logs only 1 or 2 pearls were actually processed, all other were skipped due to unloaded chunks. Initial few checks also warned
Mabye sync db queries (alt lookups etc.) are the issue? We could do all the actual calculation async and then apply only the changes sync?