From e45150db58f63137171ab191ae1165f714ddb748 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 30 Aug 2025 22:58:55 -0400 Subject: [PATCH] qbt: disable queueing --- services/qbittorrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index ad1c7d4..777ca1a 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -49,7 +49,7 @@ MaxActiveCheckingTorrents = 5; # queueing - QueueingSystemEnabled = true; + QueueingSystemEnabled = false; MaxActiveDownloads = 2; # num of torrents that can download at the same time MaxActiveUploads = 20; IgnoreSlowTorrentsForQueueing = true;