qbt: include overhead in limits

This commit is contained in:
2024-12-24 20:34:31 +01:00
parent 8976356596
commit 3488c8a04d

View File

@@ -51,6 +51,7 @@
serverConfig.BitTorrent.Session = { serverConfig.BitTorrent.Session = {
GlobalUPSpeedLimit = 50; # in KiB/s GlobalUPSpeedLimit = 50; # in KiB/s
GlobalDLSpeedLimit = 1000; # in KiB/s GlobalDLSpeedLimit = 1000; # in KiB/s
IncludeOverheadInLimits = true; # make limits more accurate
GlobalMaxRatio = 6; GlobalMaxRatio = 6;
QueueingSystemEnabled = false; # seed all torrents all the time QueueingSystemEnabled = false; # seed all torrents all the time
}; };