From 91c67183be3147e0e94573c0229b5d3267dd6ea9 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 };