add upload speed limit for transmission
This commit is contained in:
parent
1620d6cd44
commit
616460e4ee
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ in
|
||||||
watch-dir-enabled = true;
|
watch-dir-enabled = true;
|
||||||
default-trackers = builtins.readFile "${inputs.bt-tracker}/all.txt";
|
default-trackers = builtins.readFile "${inputs.bt-tracker}/all.txt";
|
||||||
rpc-bind-address = "0.0.0.0";
|
rpc-bind-address = "0.0.0.0";
|
||||||
|
speed-limit-up-enabled = true;
|
||||||
|
speed-limit-up = 1000;
|
||||||
};
|
};
|
||||||
openRPCPort = true;
|
openRPCPort = true;
|
||||||
openPeerPorts = true;
|
openPeerPorts = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue