diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 8235273..7b8658d 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -91,9 +91,7 @@ inherit (config.services.qbittorrent.serverConfig.Preferences.Downloads) TempPath; TempPathEnabled = true; - # Reduced from 300: that rate floods the VPN tunnel with SYN packets, - # starving actual data transfer and causing the 0->40MB/s spike pattern. - ConnectionSpeed = 20; + ConnectionSpeed = 200; # Automatic Torrent Management: use category save paths for new torrents DisableAutoTMMByDefault = false;