Hotfix
This commit is contained in:
parent
55b94831b0
commit
1c8b831f81
4
aria.sh
4
aria.sh
|
|
@ -8,13 +8,13 @@ aria2c --enable-rpc --rpc-listen-all=false --rpc-listen-port 6800 --check-certif
|
|||
--follow-torrent=mem --split=10 \
|
||||
--daemon=true --allow-overwrite=true --max-overall-download-limit=$MAX_DOWNLOAD_SPEED \
|
||||
--max-overall-upload-limit=1K --max-concurrent-downloads=$MAX_CONCURRENT_DOWNLOADS \
|
||||
--peer-id-prefix=-qB4220- --user-agent=qBittorrent/4.2.2 \
|
||||
--peer-id-prefix=-TR2940- --user-agent=Transmission/2.94 --peer-agent=Transmission/2.94 --continue=true --referer=* \
|
||||
--disk-cache=64M --file-allocation=prealloc --continue=true \
|
||||
--max-file-not-found=5 --max-tries=20 --auto-file-renaming=true \
|
||||
--bt-enable-lpd=true --seed-time=0.01 --seed-ratio=1.0 \
|
||||
--file-allocation=prealloc --max-file-not-found=5 --max-tries=5 --retry-wait=5 \
|
||||
--auto-file-renaming=true --reuse-uri=true --http-accept-gzip=true --listen-port=49152-65535 \
|
||||
--content-disposition-default-utf8=true --http-accept-gzip=true --reuse-uri=true --bt-tracker-connect-timeout=600 \
|
||||
--content-disposition-default-utf8=true --bt-tracker-connect-timeout=600 \
|
||||
--dht-listen-port=51513 --enable-dht=true --enable-dht6=true \
|
||||
--dht-file-path=/usr/src/app/dht.dat --dht-file-path6=/usr/src/app/dht6.dat \
|
||||
--dht-entry-point=dht.transmissionbt.com:6881 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue