Dial the ticklist workaround to align with proposed numbers in CraftBukkit-Bleeding fix
This commit is contained in:
parent
7dff093317
commit
eb39dd8eb5
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