qbt: settings
This commit is contained in:
parent
a0dc72b3b0
commit
eaec89e698
@ -62,14 +62,14 @@
|
|||||||
|
|
||||||
serverConfig.BitTorrent = {
|
serverConfig.BitTorrent = {
|
||||||
Session = {
|
Session = {
|
||||||
GlobalUPSpeedLimit = 1500; # 500 KiB/s
|
GlobalUPSpeedLimit = 1500; # 1.500 MiB/s
|
||||||
GlobalDLSpeedLimit = 5000; # 5 MiB/s
|
GlobalDLSpeedLimit = -1;
|
||||||
|
|
||||||
IgnoreLimitsOnLAN = true;
|
IgnoreLimitsOnLAN = true;
|
||||||
|
|
||||||
IncludeOverheadInLimits = true;
|
IncludeOverheadInLimits = true;
|
||||||
|
|
||||||
GlobalMaxRatio = -1;
|
GlobalMaxRatio = 2.5;
|
||||||
QueueingSystemEnabled = false; # seed all torrents all the time
|
QueueingSystemEnabled = false; # seed all torrents all the time
|
||||||
|
|
||||||
AddTrackersEnabled = true;
|
AddTrackersEnabled = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user