diff --git a/.env.prod b/.env.prod index bef86ef..d5caed4 100644 --- a/.env.prod +++ b/.env.prod @@ -20,8 +20,8 @@ VOLCENGINE_BASE_URL=https://ark.cn-beijing.volces.com/api/v3 # 岗位清洗参数 CLEAN_BATCH_SIZE=100 -CLEAN_CONCURRENCY=50 -CLEAN_INTERVAL_SECONDS=180 +CLEAN_CONCURRENCY=80 +CLEAN_INTERVAL_SECONDS=200 # 公司补充参数 COMPANY_BATCH_SIZE=20 diff --git a/app/config/settings.py b/app/config/settings.py index de52db9..2015271 100644 --- a/app/config/settings.py +++ b/app/config/settings.py @@ -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