浏览代码

修改抓取事件

xueyiming 3 周之前
父节点
当前提交
abc5d117c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/core/config.py

+ 1 - 1
app/core/config.py

@@ -96,7 +96,7 @@ class Settings:
     request_timeout_seconds: int = 180
     https_verify_ssl: bool = False
 
-    hot_flow_cron_hours: str = "6,12,18"
+    hot_flow_cron_hours: str = "6,12,20"
     hot_flow_cron_minute: int = 0
     hot_flow_interval_seconds: int = 1800
     decode_result_flow_interval_seconds: int = 1800