qbt: change limits
This commit is contained in:
parent
8ad94948a7
commit
d3faf45c6a
@ -54,9 +54,9 @@
|
||||
MaxActiveUploads = 20;
|
||||
IgnoreSlowTorrentsForQueueing = true;
|
||||
|
||||
GlobalUPSpeedLimit = 0; # unlimited upload
|
||||
GlobalDLSpeedLimit = 0; # unlimited download
|
||||
IncludeOverheadInLimits = false;
|
||||
GlobalUPSpeedLimit = 1000;
|
||||
GlobalDLSpeedLimit = 1000;
|
||||
IncludeOverheadInLimits = true;
|
||||
|
||||
GlobalMaxRatio = 6.0;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user