clarify what the size is measured in for the dormant chunk cache. -.-
This commit is contained in:
parent
b754d6f301
commit
f703dbb230
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ public class ForgeChunkManager
|
|||
|
||||
Property dormantChunkCacheSizeProperty = config.get("defaults", "dormantChunkCacheSize", 0);
|
||||
dormantChunkCacheSizeProperty.comment = "Unloaded chunks can first be kept in a dormant cache for quicker\n" +
|
||||
"loading times. Specify the size of that cache here";
|
||||
"loading times. Specify the size (in chunks) of that cache here";
|
||||
dormantChunkCacheSize = dormantChunkCacheSizeProperty.getInt(0);
|
||||
FMLLog.info("Configured a dormant chunk cache size of %d", dormantChunkCacheSizeProperty.getInt(0));
|
||||
|
||||
|
|
Loading…
Reference in a new issue