Files
paper-mc/paper-server/patches/sources/net/minecraft/server
Aikar 9902ba8869 Improve Server Thread Pool and Thread Priorities
Use a simple executor since Fork join is a much more complex pool
type and we are not using its capabilities.

Set thread priorities so main thread has above normal priority over
server threads

Allow usage of a single thread executor by not using ForkJoin so single core CPU's
and reduce worldgen thread worker count for low core count CPUs.

== AT ==
public net.minecraft.Util onThreadException(Ljava/lang/Thread;Ljava/lang/Throwable;)V

Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com>
2018-10-23 23:14:38 -04:00
..
2018-10-20 22:34:02 -04:00
2016-02-29 20:40:33 -06:00
2018-08-07 01:24:23 -06:00
2016-04-16 00:39:33 -04:00
2017-08-06 17:17:53 -05:00
2018-01-15 22:11:48 -05:00
2022-06-08 22:20:16 -07:00