add parts concurrency s3

This commit is contained in:
fyears
2022-03-14 23:42:18 +08:00
parent 1699d39f62
commit a2fb515b74
4 changed files with 30 additions and 1 deletions
+3
View File
@@ -585,6 +585,9 @@ export default class RemotelySavePlugin extends Plugin {
if (this.settings.webdav.depth === undefined) {
this.settings.webdav.depth = "auto_unknown";
}
if (this.settings.s3.partsConcurrency === undefined) {
this.settings.s3.partsConcurrency = 20;
}
}
async saveSettings() {