修改配置
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user