qbt: increase ConnectionSpeed

This commit is contained in:
2026-02-20 15:27:56 -05:00
parent fe4040bf3b
commit 23475927a1

View File

@@ -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;