From 2d486931e9b7e589e1c71e32e67cc4f6640941ce Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 28 May 2025 20:03:48 -0700 Subject: [PATCH] qbt: max ratio 2 -> 4 --- services/qbittorrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 2c14ca0..eab7c5f 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -69,7 +69,7 @@ IncludeOverheadInLimits = true; - GlobalMaxRatio = 2.0; + GlobalMaxRatio = 4.0; QueueingSystemEnabled = false; # seed all torrents all the time AddTrackersEnabled = true;