Kaynağa Gözat

修改需求写入上限

xueyiming 1 hafta önce
ebeveyn
işleme
22f248143e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/core/config.py

+ 1 - 1
app/core/config.py

@@ -146,7 +146,7 @@ class Settings:
     demand_pool_top_n: int = 200
     hot_demand_pool_strategy: str = "新热事件"
     wxindex_score_threshold: float = 100_000.0
-    odps_daily_write_limit: int = 200
+    odps_daily_write_limit: int = 500
 
     postprocess_batch_size: int = 20
     contribution_match_llm_model: str = ""