Przeglądaj źródła

将审核天数提高到7天

luojunhui 4 miesięcy temu
rodzic
commit
164952f25a
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      applications/const.py
  2. 1 1
      updatePublishedMsgDaily.py

+ 1 - 1
applications/const.py

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

+ 1 - 1
updatePublishedMsgDaily.py

@@ -588,7 +588,7 @@ def get_article_detail_job():
 
 def monitor():
     """
-    监控任务, 监测周期为3天,监测文章是否被违规,若监测到违规文章,则进行告警
+    监控任务, 监测周期为7天,监测文章是否被违规,若监测到违规文章,则进行告警
     :return:
     """
     try: