From d80fdee5ac65cfd0caa2a560f375b65c07478a97 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 4 May 2025 01:31:14 -0400 Subject: [PATCH] qbt: config changes --- services/qbittorrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index f1589ce..fff0ddf 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -63,7 +63,7 @@ serverConfig.BitTorrent = { Session = { GlobalUPSpeedLimit = 0; # unlimited upload - GlobalDLSpeedLimit = 20000; # 20 MiB/s + GlobalDLSpeedLimit = 0; # unlimited download IgnoreLimitsOnLAN = true;