添加最大数量限制
This commit is contained in:
@@ -38,6 +38,7 @@ class Settings(BaseSettings):
|
||||
clean_batch_size: int = 100
|
||||
clean_concurrency: int = 80
|
||||
clean_interval_seconds: int = 200
|
||||
clean_total_limit: int = 0 # 累计清洗总数上限,达到后停止清洗任务;0 = 不限制
|
||||
|
||||
# ──────────── 公司补充参数 ────────────
|
||||
company_batch_size: int = 20
|
||||
|
||||
Reference in New Issue
Block a user