diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 777ca1a..42a7c7e 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -54,9 +54,9 @@ MaxActiveUploads = 20; IgnoreSlowTorrentsForQueueing = true; - GlobalUPSpeedLimit = 0; # unlimited upload - GlobalDLSpeedLimit = 0; # unlimited download - IncludeOverheadInLimits = false; + GlobalUPSpeedLimit = 1000; + GlobalDLSpeedLimit = 1000; + IncludeOverheadInLimits = true; GlobalMaxRatio = 6.0;