mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
update aria2.conf,keep and auto continue the donwloading tasks try to show downloading status in the title_bar
19 lines
373 B
Plaintext
19 lines
373 B
Plaintext
max-connection-per-server=5
|
|
enable-rpc=true
|
|
rpc-allow-origin-all=true
|
|
rpc-listen-all=true
|
|
log-level=error
|
|
log=/tmp/aria.log
|
|
dir=/home/cpi/aria2download
|
|
daemon=true
|
|
allow-overwrite=true
|
|
split=1
|
|
max-concurrent-downloads=100
|
|
disk-cache=15M
|
|
timeout=600
|
|
retry-wait=30
|
|
max-tries=50
|
|
save-session-interval=10
|
|
disable-ipv6=true
|
|
save-session=/home/cpi/aria2download/aria.session.txt
|