mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-13 05:54:40 +01:00
Dial the ticklist workaround to align with proposed numbers in CraftBukkit-Bleeding fix
This commit is contained in:
parent
9c0f33bd3d
commit
96e4742bfe
@ -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…
Reference in New Issue
Block a user