mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
23 lines
509 B
Plaintext
23 lines
509 B
Plaintext
|
# ~/.config/aria2
|
||
|
# Heavily took from https://wiki.archlinux.org/index.php/Aria2#Example_aria2.daemon
|
||
|
|
||
|
# TODO: How to continue downloads across restart? How to download into
|
||
|
# ~/Downloads without an absolute path?
|
||
|
|
||
|
|
||
|
continue
|
||
|
daemon=true
|
||
|
#dir=$HOME/Downloads
|
||
|
file-allocation=falloc
|
||
|
#log-level=warn
|
||
|
max-connection-per-server=4
|
||
|
max-concurrent-downloads=3
|
||
|
max-overall-download-limit=0
|
||
|
min-split-size=5M
|
||
|
enable-http-pipelining=true
|
||
|
|
||
|
enable-rpc=true
|
||
|
#rpc-listen-all=true
|
||
|
#rpc-user=rpcuser
|
||
|
#rpc-passwd=rpcpass
|