修改配置

This commit is contained in:
zk
2026-06-02 20:32:44 +08:00
parent de75f81d91
commit 05c288f52b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ class Settings(BaseSettings):
# ──────────── 岗位清洗参数 ────────────
clean_batch_size: int = 100
clean_concurrency: int = 50
clean_interval_seconds: int = 180
clean_concurrency: int = 80
clean_interval_seconds: int = 200
# ──────────── 公司补充参数 ────────────
company_batch_size: int = 20