PaperMC/patches
Nassim Jahnke 4a5ff5039c Clean up thread pool usage (#11681)
Using an unbound LinkedBlockingQueue means you *have* to set core and max core thread pool size the same, as they will never go above the minimum pool size by just passing them through. So this fixes the async command executor pool to actually use 2 threads, and also cleans up other usage to be explicitly "fixed" thread pool sizes, and splits off one more in Minecraft's Util class
2024-11-29 17:07:35 +01:00
..
api deprecate adventure key() methods where applicable 2024-11-28 13:51:48 -08:00
server Clean up thread pool usage (#11681) 2024-11-29 17:07:35 +01:00
unapplied/server [ci skip] Add missing feature patch identifiers 2024-11-18 12:31:36 +01:00