From d009daf2916ed0248292b1bb96749d797909371c Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 16 Mar 2026 12:42:07 -0400 Subject: [PATCH] qbt: disable DL speed limit --- services/qbittorrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 1064651..e8c00a7 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -68,7 +68,7 @@ IgnoreSlowTorrentsForQueueing = true; GlobalUPSpeedLimit = 0; - GlobalDLSpeedLimit = 10000; + GlobalDLSpeedLimit = 0; # Alternate speed limits for when Jellyfin is streaming AlternativeGlobalUPSpeedLimit = 500; # 500 KB/s when throttled