optimize every minute
This commit is contained in:
@@ -73,7 +73,7 @@ class Worker(Thread):
|
|||||||
while None == self.StopThread:
|
while None == self.StopThread:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
counter += 1
|
counter += 1
|
||||||
if 0 != (counter % 10):
|
if 0 != (counter % 60):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
self.acquireLock()
|
self.acquireLock()
|
||||||
|
|||||||
Reference in New Issue
Block a user