From 4d91edf6a71f2ba0197c484a1f3651f10f1cb68c 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;