hardcode default dlimits to 100
This commit is contained in:
parent
3b3437136f
commit
26ec81934a
@ -76,7 +76,7 @@ export default class Archive {
|
|||||||
|
|
||||||
clear() {
|
clear() {
|
||||||
this.files = [];
|
this.files = [];
|
||||||
this.dlimit = 1;
|
this.dlimit = 100;
|
||||||
this.timeLimit = this.defaultTimeLimit;
|
this.timeLimit = this.defaultTimeLimit;
|
||||||
this.password = null;
|
this.password = null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user