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