change transmission upload limit to 50mbit/s
This commit is contained in:
parent
9203ef365b
commit
530f517d22
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
mbit = 125;
|
||||
in {
|
||||
speed-limit-up-enabled = true;
|
||||
speed-limit-up = 100 * mbit;
|
||||
speed-limit-up = 50 * mbit;
|
||||
speed-limit-down-enabled = true;
|
||||
speed-limit-down = 150 * mbit;
|
||||
peer-port = 11936;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue