Dial the ticklist workaround to align with proposed numbers in CraftBukkit-Bleeding fix
This commit is contained in:
parent
9c0f33bd3d
commit
96e4742bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class NewMapChunkCache implements MapChunkCache {
|
|||
private static Method processticklist = null;
|
||||
|
||||
private static final int MAX_PROCESSTICKS = 20;
|
||||
private static final int MAX_TICKLIST = 1000;
|
||||
private static final int MAX_TICKLIST = 20000;
|
||||
|
||||
private World w;
|
||||
private Object craftworld;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue