diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index f6a0589..59b36ee 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -54,8 +54,8 @@ MaxActiveUploads = 20; IgnoreSlowTorrentsForQueueing = true; - GlobalUPSpeedLimit = 1000; - GlobalDLSpeedLimit = 1000; + GlobalUPSpeedLimit = 0; + GlobalDLSpeedLimit = 0; # Alternate speed limits for when Jellyfin is streaming AlternativeGlobalUPSpeedLimit = 500; # 500 KB/s when throttled