From eff21e2aae963e726c0cc02aa5ba12cc72b4d4c3 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Tue, 19 Mar 2019 15:27:04 +0100 Subject: [PATCH] Increase aria2 concurrency to speed up download --- Update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update.sh b/Update.sh index db69a66dc..f27cf77c8 100755 --- a/Update.sh +++ b/Update.sh @@ -60,7 +60,7 @@ function download_content { mkdir -p Content if hash aria2c 2>/dev/null; then echo -e "${CONTENT_LINK}\n\tout=Content.tar.gz" > .aria2c.input - aria2c -j12 -x12 --input-file=.aria2c.input + aria2c -j16 -x16 --input-file=.aria2c.input rm -f .aria2c.input else wget ${CONTENT_LINK} Content.tar.gz