From e56edfe5174fc541e345c7cb019b179888bd60d2 Mon Sep 17 00:00:00 2001 From: Hafitz Setya Date: Tue, 20 Jul 2021 07:17:12 +0700 Subject: [PATCH] Fix Signed-off-by: breakdowns --- aria.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria.sh b/aria.sh index d318385989f..18982d26010 100755 --- a/aria.sh +++ b/aria.sh @@ -10,6 +10,6 @@ aria2c --enable-rpc --rpc-listen-all=false --check-certificate=false \ --max-overall-upload-limit=1K --max-concurrent-downloads=$MAX_CONCURRENT_DOWNLOADS \ --peer-id-prefix=-qB4360- --user-agent=qBittorrent/4.3.6 --peer-agent=qBittorrent/4.3.6 \ --disk-cache=64M --file-allocation=prealloc --continue=true \ - --max-tries=20 --auto-file-renaming=true \ + --max-file-not-found=0 --max-tries=20 --auto-file-renaming=true \ --bt-enable-lpd=true --seed-time=0.01 --seed-ratio=1.0 \ --content-disposition-default-utf8=true --http-accept-gzip=true --reuse-uri=true --netrc-path=/usr/src/app/.netrc