Increase default history size

This commit is contained in:
Jesse Boyd 2016-07-12 18:08:26 +10:00
parent 87f79f9fa6
commit 342c106e8c

View File

@ -65,7 +65,7 @@ public class Settings extends Config {
}) })
public int MAX_BLOCKSTATES = 1337; public int MAX_BLOCKSTATES = 1337;
@Comment("Maximum size of the player's history in Megabytes") @Comment("Maximum size of the player's history in Megabytes")
public int MAX_HISTORY_MB = 20; public int MAX_HISTORY_MB = 200;
} }
public static class HISTORY { public static class HISTORY {