qbt: adjust settings
This commit is contained in:
parent
3488c8a04d
commit
3b6111236f
@ -50,8 +50,11 @@
|
|||||||
|
|
||||||
serverConfig.BitTorrent.Session = {
|
serverConfig.BitTorrent.Session = {
|
||||||
GlobalUPSpeedLimit = 50; # in KiB/s
|
GlobalUPSpeedLimit = 50; # in KiB/s
|
||||||
GlobalDLSpeedLimit = 1000; # in KiB/s
|
GlobalDLSpeedLimit = 0;
|
||||||
IncludeOverheadInLimits = true; # make limits more accurate
|
|
||||||
|
# Including overhead in limits ruins download because download
|
||||||
|
# uses upload to communicate with seeders
|
||||||
|
IncludeOverheadInLimits = false;
|
||||||
GlobalMaxRatio = 6;
|
GlobalMaxRatio = 6;
|
||||||
QueueingSystemEnabled = false; # seed all torrents all the time
|
QueueingSystemEnabled = false; # seed all torrents all the time
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user