mini chunk size

This commit is contained in:
jxxghp
2025-09-12 21:45:26 +08:00
parent 3d43750e9b
commit 188de34306
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ class SMB(StorageBase, metaclass=WeakSingleton):
"copy": "复制",
}
# 文件块大小,默认100MB
chunk_size = 100 * 1024 * 1024
# 文件块大小,默认10MB
chunk_size = 10 * 1024 * 1024
def __init__(self):
super().__init__()