mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Decrease intensity of fastmode clearing
This commit is contained in:
parent
80b2c6b792
commit
9accbd5ea7
@ -317,7 +317,7 @@ public class BukkitChunkManager extends ChunkManager {
|
||||
@Override
|
||||
public void run() {
|
||||
long start = System.currentTimeMillis();
|
||||
while (chunks.size() > 0 && System.currentTimeMillis() - start < 20) {
|
||||
while (chunks.size() > 0 && System.currentTimeMillis() - start < 5) {
|
||||
ChunkLoc chunk = chunks.remove(0);
|
||||
int x = chunk.x;
|
||||
int z = chunk.z;
|
||||
|
Loading…
Reference in New Issue
Block a user