diff options
author | xyz <gky44px1999@gmail.com> | 2021-07-28 23:00:29 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-07-28 23:00:29 -0700 |
commit | 4137128ebee84cfc701447ce62c9b7f1377087cf (patch) | |
tree | 4b7ad6cc84e4bd5694e013e1240965d189828477 /.config | |
parent | 9b9288ad6da1a2e4423ae8cce44dce08831527c7 (diff) |
add aria2 config
Diffstat (limited to '.config')
-rw-r--r-- | .config/aria2/aria2.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/aria2/aria2.conf b/.config/aria2/aria2.conf new file mode 100644 index 00000000..44bd9c97 --- /dev/null +++ b/.config/aria2/aria2.conf @@ -0,0 +1,2 @@ +# max hardcoded to 16, see https://github.com/aria2/aria2/issues/1039 +max-connection-per-server=16 |