raise number of allowed queue items (not what the manpage says)
continuous-integration/drone/push Build is failing Details

master
Simon Bruder 2019-04-26 00:28:13 +00:00
parent 5a8bffe633
commit 081bbed88b
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ su-exec $UID aria2c \
--dht-file-path6=/data/dht6.dat \
--max-overall-download-limit=${MAX_OVERALL_DOWNLOAD_LIMIT:-0} \
--max-overall-upload-limit=${MAX_OVERALL_UPLOAD_LIMIT:-0} \
--max-concurrent-downloads 65536 \
--seed-ratio=0 \
--dir /data/ \
--save-session /data/torrents \