From a95f614dd97fd076537e8e230097e0967ed441ae Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 4 May 2026 15:09:52 -0400 Subject: [PATCH] qbt: adjust settings --- services/qbittorrent.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 9aafe75..80906a4 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -68,15 +68,15 @@ in Session = { MaxConnectionsPerTorrent = 100; MaxUploadsPerTorrent = 50; - MaxConnections = -1; - MaxUploads = -1; + MaxConnections = 1000; + MaxUploads = 50; MaxActiveCheckingTorrents = 2; # queueing QueueingSystemEnabled = true; - MaxActiveDownloads = 15; - MaxActiveUploads = -1; + MaxActiveDownloads = 20; + MaxActiveUploads = 10; MaxActiveTorrents = -1; IgnoreSlowTorrentsForQueueing = true;