feat: added new settings to qbittorrent

This commit is contained in:
Nick 2025-11-30 03:35:42 -06:00
parent 3a5e1d3300
commit 68b3147338

View file

@ -117,8 +117,11 @@ in
MaxUploadsPerTorrent = -1; MaxUploadsPerTorrent = -1;
QueueingSystemEnabled = false; QueueingSystemEnabled = false;
uTPRateLimited = false; uTPRateLimited = false;
uTPEnabled = true;
AlternativeGlobalDLSpeedLimit = 0; AlternativeGlobalDLSpeedLimit = 0;
AlternativeGlobalUPSpeedLimit = 0; AlternativeGlobalUPSpeedLimit = 0;
GlobalMaxInactiveSeedingMinutes = 10080;
GlobalMaxRatio = 2;
}; };
}; };