mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-01 06:33:38 +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 Method processticklist = null;
|
||||||
|
|
||||||
private static final int MAX_PROCESSTICKS = 20;
|
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 World w;
|
||||||
private Object craftworld;
|
private Object craftworld;
|
||||||
|
Loading…
Reference in New Issue
Block a user