Increase default history size

This commit is contained in:
Jesse Boyd 2016-07-12 18:08:26 +10:00
parent 87f79f9fa6
commit 342c106e8c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class Settings extends Config {
})
public int MAX_BLOCKSTATES = 1337;
@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 {