Sfoglia il codice sorgente

修改抓取事件

xueyiming 3 settimane fa
parent
commit
abc5d117c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/core/config.py

+ 1 - 1
app/core/config.py

@@ -96,7 +96,7 @@ class Settings:
     request_timeout_seconds: int = 180
     request_timeout_seconds: int = 180
     https_verify_ssl: bool = False
     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_cron_minute: int = 0
     hot_flow_interval_seconds: int = 1800
     hot_flow_interval_seconds: int = 1800
     decode_result_flow_interval_seconds: int = 1800
     decode_result_flow_interval_seconds: int = 1800