qbt: adjust settings

This commit is contained in:
Simon Gardling 2025-08-30 02:28:10 -04:00
parent 3aed416f40
commit db4969f2b9
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -41,20 +41,24 @@
serverConfig.BitTorrent = { serverConfig.BitTorrent = {
Session = { Session = {
MaxConnectionsPerTorrent = 10;
MaxUploadsPerTorrent = 10;
MaxConnections = -1;
MaxUploads = -1;
MaxActiveCheckingTorrents = 5;
# queueing
QueueingSystemEnabled = true;
MaxActiveDownloads = 2; # num of torrents that can download at the same time
MaxActiveUploads = 20;
IgnoreSlowTorrentsForQueueing = true;
GlobalUPSpeedLimit = 0; # unlimited upload GlobalUPSpeedLimit = 0; # unlimited upload
GlobalDLSpeedLimit = 0; # unlimited download GlobalDLSpeedLimit = 0; # unlimited download
IgnoreLimitsOnLAN = true;
IncludeOverheadInLimits = false; IncludeOverheadInLimits = false;
GlobalMaxRatio = 6.0; GlobalMaxRatio = 6.0;
QueueingSystemEnabled = false; # seed all torrents all the time
MaxConnections = -1;
MaxConnectionsPerTorrent = -1;
MaxUploads = -1;
MaxUploadsPerTorrent = -1;
AddTrackersEnabled = true; AddTrackersEnabled = true;
AdditionalTrackers = ( AdditionalTrackers = (