소스 검색

修改抓取事件

xueyiming 2 주 전
부모
커밋
fd8f87fd3a
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,20"
+    hot_flow_cron_hours: str = "6,12,18"
     hot_flow_cron_minute: int = 0
     hot_flow_interval_seconds: int = 1800
     decode_result_flow_interval_seconds: int = 1800