Browse Source

change: dmx-in sleep(6)

micha 8 months ago
parent
commit
3f5433090e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _LibreLightDesk.py

+ 1 - 1
_LibreLightDesk.py

@@ -457,7 +457,7 @@ class MC():
                 pass
 
     def _loop(self):
-        time.sleep(20)
+        time.sleep(6)
         cprint("++++++++++ start.memcachd read loop",self )
         
         ip = libconfig.load_remote_ip()