24
1
Fork 0

hardcode default dlimits to 100

This commit is contained in:
Romain H 2021-05-30 00:52:49 +02:00 committed by Romain Hv
parent b79d5b51e9
commit 1cb2a72055
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export default class Archive {
clear() {
this.files = [];
this.dlimit = 1;
this.dlimit = 100;
this.timeLimit = this.defaultTimeLimit;
this.password = null;
}