qbt: adjust settings
All checks were successful
Build and Deploy / mreow (push) Successful in 1m11s
Build and Deploy / yarn (push) Successful in 51s
Build and Deploy / muffin (push) Successful in 1m8s

This commit is contained in:
2026-05-04 15:09:52 -04:00
parent c3139fd659
commit a95f614dd9

View File

@@ -68,15 +68,15 @@ in
Session = { Session = {
MaxConnectionsPerTorrent = 100; MaxConnectionsPerTorrent = 100;
MaxUploadsPerTorrent = 50; MaxUploadsPerTorrent = 50;
MaxConnections = -1; MaxConnections = 1000;
MaxUploads = -1; MaxUploads = 50;
MaxActiveCheckingTorrents = 2; MaxActiveCheckingTorrents = 2;
# queueing # queueing
QueueingSystemEnabled = true; QueueingSystemEnabled = true;
MaxActiveDownloads = 15; MaxActiveDownloads = 20;
MaxActiveUploads = -1; MaxActiveUploads = 10;
MaxActiveTorrents = -1; MaxActiveTorrents = -1;
IgnoreSlowTorrentsForQueueing = true; IgnoreSlowTorrentsForQueueing = true;