Explorar el Código

optimize every minute

Sven Czarnian hace 3 años
padre
commit
21e79a26f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      aman/sys/Worker.py

+ 1 - 1
aman/sys/Worker.py

@@ -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()