@@ -36,9 +36,7 @@ public class OppoBackgroundTasks implements ApplicationRunner {
executor.submit(() -> {
while (!stopped.get()) {
try {
- if (worker.runOnce() == 0) {
- sleep(200);
- }
+ worker.runOnce();
} catch (Exception e) {
log.error("oppo cold worker: {}", e.getMessage(), e);
sleep(1000);