9
0
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:
Taiyou06
2025-05-08 23:16:55 +02:00
parent f4d9c7a512
commit 49cc2a0f92

View File

@@ -65,7 +65,7 @@ public class AsyncGoalExecutor {
submit(id);
}
}
if ((tickCount & 7L) == 7L) {
if ((tickCount & 10L) == 10L) {
unpark();
}
tickCount += 1;