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 59a0c99142
commit 669eedbf03

View File

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