fix progress step

This commit is contained in:
jxxghp
2025-08-24 16:33:44 +08:00
parent 2285befebb
commit 8fac8c5307
6 changed files with 17 additions and 16 deletions
+1 -3
View File
@@ -31,9 +31,7 @@ class Alist(StorageBase, metaclass=WeakSingleton):
"move": "移动",
}
# 文件块大小,默认1MB
chunk_size = 1024 * 1024
# 快照检查目录修改时间
snapshot_check_folder_modtime = settings.OPENLIST_SNAPSHOT_CHECK_FOLDER_MODTIME
def __init__(self):