mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 20:22:10 +00:00
feat: disabling bittorrent on aria2
This commit is contained in:
parent
1cc5a5b209
commit
16a8c28935
1 changed files with 2 additions and 3 deletions
|
@ -14,9 +14,8 @@ export const startAria2 = () => {
|
|||
"--rpc-listen-all",
|
||||
"--file-allocation=none",
|
||||
"--allow-overwrite=true",
|
||||
"--enable-peer-exchange=false",
|
||||
"--enable-dht=false",
|
||||
"--bt-enable-lpd=false",
|
||||
"--disable-bittorrent",
|
||||
"--disable-metalink",
|
||||
],
|
||||
{ stdio: "inherit", windowsHide: true }
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue