From eaec89e698fb5166b599181b37000dd38182b7dc Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 25 Mar 2025 11:27:08 -0400 Subject: [PATCH] qbt: settings --- services/qbittorrent.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 735d22f..4e4451d 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -62,14 +62,14 @@ serverConfig.BitTorrent = { Session = { - GlobalUPSpeedLimit = 1500; # 500 KiB/s - GlobalDLSpeedLimit = 5000; # 5 MiB/s + GlobalUPSpeedLimit = 1500; # 1.500 MiB/s + GlobalDLSpeedLimit = -1; IgnoreLimitsOnLAN = true; IncludeOverheadInLimits = true; - GlobalMaxRatio = -1; + GlobalMaxRatio = 2.5; QueueingSystemEnabled = false; # seed all torrents all the time AddTrackersEnabled = true;