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
This commit is contained in:
parent
9953384d89
commit
64828f3a60
45 changed files with 96 additions and 52 deletions
30407
patches/server/1036-Rewrite-dataconverter-system.patch
Normal file
30407
patches/server/1036-Rewrite-dataconverter-system.patch
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue