qbt: disable queueing

This commit is contained in:
Simon Gardling 2025-08-30 22:58:55 -04:00
parent 12744a49b6
commit 1004feba42
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -49,7 +49,7 @@
MaxActiveCheckingTorrents = 5;
# queueing
QueueingSystemEnabled = true;
QueueingSystemEnabled = false;
MaxActiveDownloads = 2; # num of torrents that can download at the same time
MaxActiveUploads = 20;
IgnoreSlowTorrentsForQueueing = true;