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;