PaperMC/paper-server/patches/sources/net/minecraft/server/players
Spottedleaf 40654111d1 Do not submit profile lookups to worldgen threads
They block. On network I/O.

If enough tasks are submitted the server will eventually stall
out due to a sync load, as the worldgen threads will be
stalling on profile lookups.
2021-08-08 16:26:46 -07:00
..
BanListEntry.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
GameProfileCache.java.patch Do not submit profile lookups to worldgen threads 2021-08-08 16:26:46 -07:00
OldUsersConverter.java.patch Add setting for proxy online mode status 2016-08-05 01:03:08 +02:00
PlayerList.java.patch Properly handle async calls to restart the server 2017-05-12 23:34:11 -05:00
SleepStatus.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
StoredUserList.java.patch Safer JSON Loading 2014-07-08 09:44:18 +10:00
UserBanListEntry.java.patch Fix Player Banning 2014-04-15 10:32:48 +10:00