diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 56f77ef..587a034 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -51,6 +51,7 @@ serverConfig.BitTorrent.Session = { GlobalUPSpeedLimit = 50; # in KiB/s GlobalDLSpeedLimit = 1000; # in KiB/s + IncludeOverheadInLimits = true; # make limits more accurate GlobalMaxRatio = 6; QueueingSystemEnabled = false; # seed all torrents all the time };