mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-02 16:49:02 +00:00
Increase app boot polling rate a bit
This commit is contained in:
@@ -44,7 +44,7 @@ public class AppBoot {
|
||||
tryRunTask(task, true, false);
|
||||
}
|
||||
try {
|
||||
while (!latch.await(50, TimeUnit.MILLISECONDS)) {
|
||||
while (!latch.await(10, TimeUnit.MILLISECONDS)) {
|
||||
if (!pendingMain.isEmpty()) {
|
||||
List<Runnable> clone = new ArrayList<>(pendingMain);
|
||||
for (Runnable r : clone) {
|
||||
|
||||
Reference in New Issue
Block a user