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
+2 -2
View File
@@ -25,8 +25,8 @@ class LocalStorage(StorageBase):
"softlink": "软链接"
}
# 文件块大小,默认1MB
chunk_size = 1024 * 1024
# 文件块大小,默认100MB
chunk_size = 100 * 1024 * 1024
def init_storage(self):
"""