stanley-king 3 年之前
父节点
当前提交
bf86c0970d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plot/MchDataCenter.py

+ 1 - 1
plot/MchDataCenter.py

@@ -463,6 +463,6 @@ class MchDataCenter(object):
             except Exception as ex:
                 print(ex)
             finally:
-                stime.sleep(120)
+                stime.sleep(2)
 
 mchDataCenter = MchDataCenter()