From aecc71d1a359b40ede713886c7fe688494e6e0dc Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 10 Jan 2025 19:38:39 +0100 Subject: [PATCH] qbt: adjust settings --- services/qbittorrent.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 79169b1..380f033 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -49,12 +49,13 @@ }; serverConfig.BitTorrent.Session = { - GlobalUPSpeedLimit = 50; # in KiB/s + GlobalUPSpeedLimit = 500; # in KiB/s GlobalDLSpeedLimit = 0; # Including overhead in limits ruins download because download # uses upload to communicate with seeders IncludeOverheadInLimits = false; + GlobalMaxRatio = 6; QueueingSystemEnabled = false; # seed all torrents all the time };