mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
feat: disabling bittorrent on aria2
This commit is contained in:
@@ -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 }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user