diff options
author | Guangxiong Lin <[email protected]> | 2023-01-21 09:15:55 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-01-21 09:15:55 +0800 |
commit | c0ed6641a1180147cdd922316706673e77c7a962 (patch) | |
tree | a5484264f77fbbb464a7547d62bb4781e9df54fe /.aria2/aria2.conf | |
parent | 482d1600ccac1b261edd1261c23596e394a45052 (diff) | |
download | dotfiles-c0ed6641a1180147cdd922316706673e77c7a962.tar.gz dotfiles-c0ed6641a1180147cdd922316706673e77c7a962.tar.bz2 dotfiles-c0ed6641a1180147cdd922316706673e77c7a962.zip |
Remove aria2 user-agent and add max tries
Diffstat (limited to '.aria2/aria2.conf')
-rw-r--r-- | .aria2/aria2.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.aria2/aria2.conf b/.aria2/aria2.conf index 4521207..226e9bf 100644 --- a/.aria2/aria2.conf +++ b/.aria2/aria2.conf @@ -1,11 +1,10 @@ dir=${HOME}/Downloads -user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/601.1.43 (KHTML, like Gecko) Version/9.0 Safari/601.1.43" log-level=warn file-allocation=prealloc # input-file=${HOME}/.aria2/session save-session=${HOME}/.aria2/session -peer-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15 auto-save-interval=60 +max-tries=0 # --split max-concurrent-downloads=3 |