diff options
author | Guangxiong Lin <[email protected]> | 2022-05-15 10:03:50 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-05-15 10:03:50 +0800 |
commit | 73de5be140ceffebc50eea47385bf6146929bef7 (patch) | |
tree | 01c47cb06d7dccaf424a08ab09aba000bfd51989 | |
parent | 35f036b08badc0624c9dbb4eccbc184bc9b06362 (diff) | |
download | dotfiles-73de5be140ceffebc50eea47385bf6146929bef7.tar.gz dotfiles-73de5be140ceffebc50eea47385bf6146929bef7.tar.bz2 dotfiles-73de5be140ceffebc50eea47385bf6146929bef7.zip |
Don't use input-file by default in aria2c
-rw-r--r-- | .aria2/aria2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.aria2/aria2.conf b/.aria2/aria2.conf index 6489064..4521207 100644 --- a/.aria2/aria2.conf +++ b/.aria2/aria2.conf @@ -2,7 +2,7 @@ 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 +# 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 |