13
0
geforkt von Mirrors/Paper
Paper/paper-server/patches/sources/net/minecraft
Antony Riley db2502d732 Sanitise RegionFileCache and make configurable
RegionFileCache prior to this patch would close every single open region
file upon reaching a size of 256.
This patch modifies that behaviour so it closes the the least recently
used RegionFile.
The implementation uses a LinkedHashMap as an LRU cache (modified from HashMap).
The maximum size of the RegionFileCache is also made configurable.
2016-03-29 08:22:55 +03:00
..
advancements Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
commands Adventure 2021-01-29 17:54:03 +01:00
core Paper Plugins 2022-07-06 23:00:31 -04:00
nbt MC Dev fixes 2016-03-30 19:36:20 -04:00
network Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
resources MC Dev fixes 2016-03-30 19:36:20 -04:00
server Entity AddTo/RemoveFrom World Events 2016-03-28 20:32:58 -04:00
stats Allow statistics to be disabled/forced 2014-01-07 15:56:26 +00:00
util MC Dev fixes 2016-03-30 19:36:20 -04:00
world Sanitise RegionFileCache and make configurable 2016-03-29 08:22:55 +03:00
ChatFormatting.java.patch Adventure 2021-01-29 17:54:03 +01:00
CrashReport.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
CrashReportCategory.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
Util.java.patch MC Dev fixes 2016-03-30 19:36:20 -04:00