add environment variables for global speed limits
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2019-04-24 20:52:27 +00:00
parent 9cba3dea5e
commit 5a8bffe633
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ su-exec $UID aria2c \
--dht-listen-port=${DHT_LISTEN_PORT:-6881-6889} \
--dht-file-path=/data/dht.dat \
--dht-file-path6=/data/dht6.dat \
--max-overall-download-limit=${MAX_OVERALL_DOWNLOAD_LIMIT:-0} \
--max-overall-upload-limit=${MAX_OVERALL_UPLOAD_LIMIT:-0} \
--seed-ratio=0 \
--dir /data/ \
--save-session /data/torrents \