From 5a02d69a4d3b105cfcdf4f36419d6ac2a5410913 Mon Sep 17 00:00:00 2001 From: System administrator Date: Mon, 25 Aug 2025 21:09:16 +0200 Subject: [PATCH] feat: qbittorrent alternative schedule --- hosts/saberofxebec/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index d893110..f95e434 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -141,6 +141,10 @@ in { Username = "Spr3eZ"; Password_PBKDF2 = "@ByteArray(rSRSjyLjKHX4KeDHgtx8qA==:EdZC27+FdG0aFtqVtEsiuqQAA6NROdBRXVSySD6ktgBY7k9ORrq8Kgo2uIkXvAWssmMIFb+C3RZS2PMWAt/Ihw==)"; }; + Scheduler = { + end_time = ''@Variant(\0\0\0\xf\0\x36\xee\x80)''; + start_time = ''@Variant(\0\0\0\xf\x1\xb7t\0)''; + }; }; AutoRun = { OnTorrentAdded.Enabled = true; @@ -151,8 +155,8 @@ in { BitTorrent = { Session.AddTorrentStopped = false; - Session.AlternativeGlobalDLSpeedLimit = 100000; - Session.AlternativeGlobalUPSpeedLimit = 1000; + Session.AlternativeGlobalDLSpeedLimit = 200000; + Session.AlternativeGlobalUPSpeedLimit = 10000; Session.BandwidthSchedulerEnabled = true; Session.ExcludedFileNames = ""; Session.QueueingSystemEnabled = false;