From ae080ce01ad3b2875ce42c3c4df0d6cdc943f0e3 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 23 Dec 2025 09:07:23 +0100 Subject: [PATCH] update(transmission): queue size --- nixos/torrentbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/torrentbox.nix b/nixos/torrentbox.nix index 342c018..db37350 100644 --- a/nixos/torrentbox.nix +++ b/nixos/torrentbox.nix @@ -20,7 +20,7 @@ in package = pkgs.transmission_4; settings = { download-dir = "/mnt/raid/condiviso/Torrent"; - download-queue-size = 20; + download-queue-size = 50; ratio-limit = 3; ratio-limit-enabled = true; blocklist-enabled = true;