mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 11:10:05 +01:00
4d59f67d34
This will preserve the order of debug messages sent from multiple threads. As a side effect, this might be better for performance, given that on constant input the logging task will stay registered, so there is little overhead and the file-io is taken off the asynchronous packet and chat handler threads.Hopefully the thread switching is less expensive than the gain by not delaying chat/packet threads, in case of servers with few cores. We might adapt the used policy later, based on cores and/or config. |
||
---|---|---|
.. | ||
src | ||
pom.xml |