This commit is contained in:
mcrcortex
2025-05-09 20:49:14 +10:00
parent 93ea97b8dc
commit 86ff9cebd2

View File

@@ -212,7 +212,7 @@ public class ServiceThreadPool {
logIO[0] = 0;
}
try {
Thread.sleep((long) (300*Math.random()+5));
Thread.sleep((long) (500*Math.random()+200));
} catch (InterruptedException e) {
throw new RuntimeException(e);
}