diff --git a/app/core/config.py b/app/core/config.py index 9611ddbf..24b8de3c 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -304,7 +304,7 @@ class ConfigModel(BaseModel): # ==================== 整理配置 ==================== # 文件整理线程数 - TRANSFER_THREADS: int = 5 + TRANSFER_THREADS: int = 1 # 电影重命名格式 MOVIE_RENAME_FORMAT: str = "{{title}}{% if year %} ({{year}}){% endif %}" \ "/{{title}}{% if year %} ({{year}}){% endif %}{% if part %}-{{part}}{% endif %}{% if videoFormat %} - {{videoFormat}}{% endif %}" \