diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 587a034..79169b1 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -50,8 +50,11 @@ serverConfig.BitTorrent.Session = { GlobalUPSpeedLimit = 50; # in KiB/s - GlobalDLSpeedLimit = 1000; # in KiB/s - IncludeOverheadInLimits = true; # make limits more accurate + GlobalDLSpeedLimit = 0; + + # Including overhead in limits ruins download because download + # uses upload to communicate with seeders + IncludeOverheadInLimits = false; GlobalMaxRatio = 6; QueueingSystemEnabled = false; # seed all torrents all the time };