This commit is contained in:
jxxghp
2023-10-26 16:17:29 +08:00
parent d7c659b736
commit a85d55f3a8
3 changed files with 3 additions and 3 deletions

View File

@ -205,7 +205,7 @@ class Settings(BaseSettings):
"/{{title}} - {{season_episode}}{% if part %}-{{part}}{% endif %}{% if episode %} - 第 {{episode}} 集{% endif %}" \
"{{fileExt}}"
# 转移时覆盖模式
OVERWRITE_MODE: str = "nerver"
OVERWRITE_MODE: str = "size"
# 大内存模式
BIG_MEMORY_MODE: bool = False