From 43317044f2ecb2ed884dac44482ec779f111185a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 11 Sep 2025 21:51:12 -0400 Subject: [PATCH] qbt: remove limits --- services/qbittorrent.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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