mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +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",
|
"--rpc-listen-all",
|
||||||
"--file-allocation=none",
|
"--file-allocation=none",
|
||||||
"--allow-overwrite=true",
|
"--allow-overwrite=true",
|
||||||
"--enable-peer-exchange=false",
|
"--disable-bittorrent",
|
||||||
"--enable-dht=false",
|
"--disable-metalink",
|
||||||
"--bt-enable-lpd=false",
|
|
||||||
],
|
],
|
||||||
{ stdio: "inherit", windowsHide: true }
|
{ stdio: "inherit", windowsHide: true }
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue