From 3488c8a04d4dac3f80c8074ae07221549f6a1620 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 24 Dec 2024 20:34:31 +0100 Subject: [PATCH] qbt: include overhead in limits --- services/qbittorrent.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 56f77ef..587a034 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -51,6 +51,7 @@ serverConfig.BitTorrent.Session = { GlobalUPSpeedLimit = 50; # in KiB/s GlobalDLSpeedLimit = 1000; # in KiB/s + IncludeOverheadInLimits = true; # make limits more accurate GlobalMaxRatio = 6; QueueingSystemEnabled = false; # seed all torrents all the time };