SongodaCore/Core
Christian Koop 6a858c9c30
DataManagerAbstract: Add single threaded task queue (experimental)
We had some reports about server outright crashing because EpicFurnaces (maybe others too) because there are too many async tasks queue at once. Every async task scheduled to spigot (as of 1.17) creates a new thread

This should help a bit and the `FIXME` has to be taken care of when more time is at hand... The whole data storing stuff is just bad which shows as soon as servers (or the plugin use e.g. many furnaces) get bigger... (am a bit annoyed 🤷)
2021-10-26 23:05:37 +02:00
..
src/main/java/com/songoda/core DataManagerAbstract: Add single threaded task queue (experimental) 2021-10-26 23:05:37 +02:00
pom.xml Version 2.5.12 2021-10-16 21:37:26 -03:00