Skip to content

Commit

Permalink
fix: aria2 override params
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 committed Jan 21, 2025
1 parent be7ab83 commit 005fe9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bin/aria2_darwin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ max-connection-per-server=16
#max concurrent downloads
max-concurrent-downloads=64
#only override, no new filename
auto-file-renaming=false
auto-file-renaming=false
#allow overwriting
allow-overwrite=true
4 changes: 3 additions & 1 deletion bin/aria2_linux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ max-connection-per-server=16
#max concurrent downloads
max-concurrent-downloads=64
#only override, no new filename
auto-file-renaming=false
auto-file-renaming=false
#allow overwriting
allow-overwrite=true
4 changes: 3 additions & 1 deletion bin/aria2_win32.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ max-connection-per-server=16
#max concurrent downloads
max-concurrent-downloads=64
#only override, no new filename
auto-file-renaming=false
auto-file-renaming=false
#allow overwriting
allow-overwrite=true

0 comments on commit 005fe9c

Please sign in to comment.