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;