diff --git a/app/archive.js b/app/archive.js index 45517754..000f643b 100644 --- a/app/archive.js +++ b/app/archive.js @@ -18,7 +18,7 @@ export default class Archive { this.files = Array.from(files); this.defaultTimeLimit = defaultTimeLimit; this.timeLimit = defaultTimeLimit; - this.dlimit = 1; + this.dlimit = 100; this.password = null; } @@ -76,7 +76,7 @@ export default class Archive { clear() { this.files = []; - this.dlimit = 1; + this.dlimit = 100; this.timeLimit = this.defaultTimeLimit; this.password = null; }