Skip to content

Commit

Permalink
scripts/download.pl: increase efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Nov 9, 2024
1 parent da3835b commit e0d770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.pl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sub download_cmd {
"&&",
"touch $ENV{'TMPDIR'}/aria2c/${rfn}_spp",
"&&",
qw(aria2c --stderr -c -x2 -s10 -j10 -k1M --check-certificate=false), $url, $additional_mirrors,
qw(aria2c --stderr -c -x2 -s10 -j10 -k256K --check-certificate=false), $url, $additional_mirrors,
"--server-stat-of=$ENV{'TMPDIR'}/aria2c/${rfn}_spp",
"--server-stat-if=$ENV{'TMPDIR'}/aria2c/${rfn}_spp",
"--daemon=false --no-conf",
Expand Down

0 comments on commit e0d770b

Please sign in to comment.