optimize every minute

このコミットが含まれているのは:
Sven Czarnian
2021-11-24 12:03:01 +01:00
コミット 21e79a26f0

ファイルの表示

@@ -73,7 +73,7 @@ class Worker(Thread):
while None == self.StopThread:
time.sleep(1)
counter += 1
if 0 != (counter % 10):
if 0 != (counter % 60):
continue
self.acquireLock()