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 = {
MaxConnectionsPerTorrent = 100;
MaxUploadsPerTorrent = 50;
MaxConnections = -1;
MaxUploads = -1;
MaxConnections = 1000;
MaxUploads = 50;
MaxActiveCheckingTorrents = 2;
# queueing
QueueingSystemEnabled = true;
MaxActiveDownloads = 15;
MaxActiveUploads = -1;
MaxActiveDownloads = 20;
MaxActiveUploads = 10;
MaxActiveTorrents = -1;
IgnoreSlowTorrentsForQueueing = true;