修改配置

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
@@ -20,8 +20,8 @@ VOLCENGINE_BASE_URL=https://ark.cn-beijing.volces.com/api/v3
# 岗位清洗参数 # 岗位清洗参数
CLEAN_BATCH_SIZE=100 CLEAN_BATCH_SIZE=100
CLEAN_CONCURRENCY=50 CLEAN_CONCURRENCY=80
CLEAN_INTERVAL_SECONDS=180 CLEAN_INTERVAL_SECONDS=200
# 公司补充参数 # 公司补充参数
COMPANY_BATCH_SIZE=20 COMPANY_BATCH_SIZE=20
+2 -2
View File
@@ -31,8 +31,8 @@ class Settings(BaseSettings):
# ──────────── 岗位清洗参数 ──────────── # ──────────── 岗位清洗参数 ────────────
clean_batch_size: int = 100 clean_batch_size: int = 100
clean_concurrency: int = 50 clean_concurrency: int = 80
clean_interval_seconds: int = 180 clean_interval_seconds: int = 200
# ──────────── 公司补充参数 ──────────── # ──────────── 公司补充参数 ────────────
company_batch_size: int = 20 company_batch_size: int = 20