Explorar el Código

周期由3天 --> 5天

luojunhui hace 4 meses
padre
commit
c8fa192bc9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      applications/const.py

+ 1 - 1
applications/const.py

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