raise number of allowed queue items (not what the manpage says)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5a8bffe633
commit
081bbed88b
|
@ -23,6 +23,7 @@ su-exec $UID aria2c \
|
||||||
--dht-file-path6=/data/dht6.dat \
|
--dht-file-path6=/data/dht6.dat \
|
||||||
--max-overall-download-limit=${MAX_OVERALL_DOWNLOAD_LIMIT:-0} \
|
--max-overall-download-limit=${MAX_OVERALL_DOWNLOAD_LIMIT:-0} \
|
||||||
--max-overall-upload-limit=${MAX_OVERALL_UPLOAD_LIMIT:-0} \
|
--max-overall-upload-limit=${MAX_OVERALL_UPLOAD_LIMIT:-0} \
|
||||||
|
--max-concurrent-downloads 65536 \
|
||||||
--seed-ratio=0 \
|
--seed-ratio=0 \
|
||||||
--dir /data/ \
|
--dir /data/ \
|
||||||
--save-session /data/torrents \
|
--save-session /data/torrents \
|
||||||
|
|
Reference in a new issue