mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-25 09:59:15 +00:00
park less
This commit is contained in:
@@ -65,7 +65,7 @@ public class AsyncGoalExecutor {
|
||||
submit(id);
|
||||
}
|
||||
}
|
||||
if ((tickCount & 7L) == 7L) {
|
||||
if ((tickCount & 10L) == 10L) {
|
||||
unpark();
|
||||
}
|
||||
tickCount += 1;
|
||||
|
||||
Reference in New Issue
Block a user