You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: worldedit-core/src/main/java/com/fastasyncworldedit/core/queue/implementation/SingleThreadQueueExtent.java
+12-19Lines changed: 12 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ public class SingleThreadQueueExtent extends ExtentBatchProcessorHolder implemen
61
61
privateThreadcurrentThread;
62
62
// Last access pointers
63
63
privatevolatileIQueueChunklastChunk;
64
-
privatevolatilelonglastPair = Long.MAX_VALUE;
65
64
privatebooleanenabledQueue = true;
66
65
privatebooleanfastmode = false;
67
66
// Array for lazy avoidance of concurrent modification exceptions and needless overcomplication of code (synchronisation is
0 commit comments