Files
Paper/paper-server/patches/sources/net/minecraft/world
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
..
2016-03-28 21:22:26 -04:00
2014-08-17 19:56:17 +10:00
2015-05-28 23:00:19 -04:00
2021-01-29 17:54:03 +01:00