From 83c93ca023cd17dea6859bdfbb5b2bbdc04e2df1 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 2 Aug 2025 01:07:17 -0700 Subject: [PATCH] qbt: unlimited connections --- services/qbittorrent.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 4b03581..d84f445 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -72,6 +72,11 @@ GlobalMaxRatio = 6.0; QueueingSystemEnabled = false; # seed all torrents all the time + MaxConnections = -1; + MaxConnectionsPerTorrent = -1; + MaxUploads = -1; + MaxUploadsPerTorrent = -1; + AddTrackersEnabled = true; AdditionalTrackers = ( lib.concatStringsSep "\\n" [