From 8d8ec98820bd097d54d64714ea8f31ee1a78498b Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Thu, 24 Oct 2024 00:01:22 +0530 Subject: [PATCH] layne: adjust transmission seeding limits --- hosts/layne/services/apps/transmission.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/layne/services/apps/transmission.nix b/hosts/layne/services/apps/transmission.nix index 73016c2..f4f1797 100644 --- a/hosts/layne/services/apps/transmission.nix +++ b/hosts/layne/services/apps/transmission.nix @@ -45,9 +45,11 @@ in speed-limit-up-enabled = true; speed-limit-up = 16384; idle-seeding-limit-enabled = true; - idle-seeding-limit = 180; + idle-seeding-limit = 1440; ratio-limit-enabled = true; - ratio-limit = 2; + ratio-limit = 3; + download-queue-enabled = false; + seed-queue-enabled = false; }; }; };