Thousands of "The last packet successfully received from the server was 667,272 milliseconds ago."
TomLewis opened this issue ยท 3 comments
I have thousands of "The last packet successfully received from the server was 667,272 milliseconds ago." in my logs daily, it suggestions to add autoReconnect=true but im not sure where to do this in banmanager?
Paper: git-Paper-1617 (MC: 1.12.2)
BanManager 6.0.2
https://gist.github.com/FrozenBeard/4617fdce1613213a261a730e4cdc8c48
It's already set https://github.com/BanManagement/BanManager/blob/master/common/src/main/java/me/confuser/banmanager/common/configs/DatabaseConfig.java#L64. It looks like xpboost
is perhaps the issue again.
Within your xboost
config, try appending ?autoReconnect=true
to your database name, e.g. database: 'yourDbName?autoReconnect=true'