xueyiming пре 1 недеља
родитељ
комит
f022c2c0e6
1 измењених фајлова са 1 додато и 1 уклоњено
  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
     demand_pool_top_n: int = 200
     hot_demand_pool_strategy: str = "新热事件"
     hot_demand_pool_strategy: str = "新热事件"
     wxindex_score_threshold: float = 100_000.0
     wxindex_score_threshold: float = 100_000.0
-    odps_daily_write_limit: int = 100
+    odps_daily_write_limit: int = 200
 
 
     postprocess_batch_size: int = 20
     postprocess_batch_size: int = 20
     contribution_match_llm_model: str = ""
     contribution_match_llm_model: str = ""