Commit ac15ab42 authored by nanahira's avatar nanahira

fix

parent d0c50744
Pipeline #4991 passed with stages
in 3 minutes and 22 seconds
......@@ -43,7 +43,7 @@ export class Archive extends TimeBase {
}
get paramSize() {
return 5 + (this.containingFiles ? this.containingFiles.length : 0);
return 5 + (this.containingFiles ? this.containingFiles.length * 2 : 0);
}
toMetalinkView() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment