From a300449f781dbeaaeeefd76df1f3ac0fc657be39 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 26 Jul 2025 12:03:00 -0700 Subject: [PATCH] qbt: GlobalMaxRatio 4.0 -> 6.0 --- services/qbittorrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 82e3e16..2544971 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -69,7 +69,7 @@ IncludeOverheadInLimits = true; - GlobalMaxRatio = 4.0; + GlobalMaxRatio = 6.0; QueueingSystemEnabled = false; # seed all torrents all the time AddTrackersEnabled = true;