optimize every minute
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user