stanley-king 3 anni fa
parent
commit
3dfe04785e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plot/MchDataCenter.py

+ 1 - 1
plot/MchDataCenter.py

@@ -59,7 +59,7 @@ class MchDataCenter(object):
             except Exception as ex:
                 print(ex)
             finally:
-                stime.sleep(1)
+                stime.sleep(5)
 
     def del_redis(self, redis, name, latest_time):
         for item in redis.hscan_iter(name):