From 6d60a45e44f9867dc45edf90284090c661fa4fa0 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Fri, 19 Sep 2025 20:37:22 +0200 Subject: [PATCH] feat: gigachad mode enabled @d-hain --- hosts/saberofxebec/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index e49896f..01607d6 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -192,9 +192,10 @@ in { Session.BandwidthSchedulerEnabled = true; Session.ExcludedFileNames = ""; Session.QueueingSystemEnabled = false; - Session.GlobalMaxInactiveSeedingMinutes = 1440; - Session.GlobalMaxRatio = 2; - Session.GlobalMaxSeedingMinutes = 1440; + # I am big storage now + # Session.GlobalMaxInactiveSeedingMinutes = 1440; + # Session.GlobalMaxRatio = 2; + # Session.GlobalMaxSeedingMinutes = 1440; }; }; };