Browse Source

周期由3天 --> 5天

luojunhui 5 tháng trước cách đây
mục cha
commit
c8fa192bc9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      applications/const.py

+ 1 - 1
applications/const.py

@@ -41,7 +41,7 @@ class updatePublishedMsgTaskConst:
     # 服务号
     SERVICE_TYPE = 2
     # 监测周期(秒)
-    MONITOR_PERIOD = 60 * 60 * 24 * 3
+    MONITOR_PERIOD = 60 * 60 * 24 * 5
 
 
 class updateAccountReadRateTaskConst: