mirror of
https://github.com/YouHaveTrouble/BlockEdit.git
synced 2026-06-29 13:36:19 +00:00
global scheduled tasks can't have 0 initial delay
This commit is contained in:
@@ -46,7 +46,7 @@ public class WorkSplitter {
|
||||
processChunkWork(chunkWork, sel, operation);
|
||||
});
|
||||
}
|
||||
}), 0, 1);
|
||||
}), 1, 1);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user