kangarko / ChatControl-Red

Issue tracker and documentation for the next generation ChatControl Red, the most advanced chat management plugin.
44 stars 22 forks source link

"handling player data causing main thread blocking" #2568

Closed alfoons closed 5 months ago

alfoons commented 5 months ago

Are you using MySQL?

Yes

Are you using BungeeCord/Velocity?

Yes - Velocity

Question

"chatcontrolred seems to be saving and writing from file on the main server-thread. while saving and writing to file itself might not be be a bad way to handle player data, doing it on the main thread causes momentary lag spikes due to file writing/reading being a blocking task. could you guys publish an update to make that async (offthread)?"

kangarko commented 5 months ago

Use mysql to minimize disk writes please.