mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-28 15:57:15 +08:00
Add aria2.conf
This commit is contained in:
parent
0ca98f742c
commit
01b68a7b65
1 changed files with 13 additions and 0 deletions
13
.config/aria2/aria2.conf
Normal file
13
.config/aria2/aria2.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
continue
|
||||
dir=/home/rydesun/Userdata/Downloads
|
||||
file-allocation=falloc
|
||||
log-level=warn
|
||||
enable-http-pipelining=true
|
||||
max-connection-per-server=5
|
||||
min-split-size=5M
|
||||
summary-interval=0
|
||||
|
||||
# BT
|
||||
max-overall-upload-limit=512K
|
||||
max-upload-limit=128K
|
||||
bt-seed-unverified=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue