qbt: adjust settings
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user