From 5fbd256c93971daa01205d6cd72a78a29391dea0 Mon Sep 17 00:00:00 2001 From: System administrator Date: Wed, 27 Aug 2025 18:39:03 +0200 Subject: [PATCH] feat: samc --- hosts/saberofxebec/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index f95e434..40364e8 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -155,8 +155,8 @@ in { BitTorrent = { Session.AddTorrentStopped = false; - Session.AlternativeGlobalDLSpeedLimit = 200000; - Session.AlternativeGlobalUPSpeedLimit = 10000; + Session.AlternativeGlobalDLSpeedLimit = 204800; + Session.AlternativeGlobalUPSpeedLimit = 10240; Session.BandwidthSchedulerEnabled = true; Session.ExcludedFileNames = ""; Session.QueueingSystemEnabled = false;