feat: added new settings to qbittorrent

This commit is contained in:
Nick 2025-11-30 02:29:45 -06:00
parent df26985bd6
commit 3a5e1d3300

View file

@ -110,11 +110,15 @@ in
Session = {
Interface = "wg0";
InterfaceName = "wg0";
MaxConnections = -1;
Port = torrentPort;
MaxConnections = -1;
MaxConnectionsPerTorrent = -1;
MaxUploads = -1;
MaxUploadsPerTorrent = -1;
QueueingSystemEnabled = false;
uTPRateLimited = false;
AlternativeGlobalDLSpeedLimit = 0;
AlternativeGlobalUPSpeedLimit = 0;
};
};