qbt: adjust settings
This commit is contained in:
parent
3aed416f40
commit
db4969f2b9
@ -41,20 +41,24 @@
|
||||
|
||||
serverConfig.BitTorrent = {
|
||||
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
|
||||
GlobalDLSpeedLimit = 0; # unlimited download
|
||||
|
||||
IgnoreLimitsOnLAN = true;
|
||||
|
||||
IncludeOverheadInLimits = false;
|
||||
|
||||
GlobalMaxRatio = 6.0;
|
||||
QueueingSystemEnabled = false; # seed all torrents all the time
|
||||
|
||||
MaxConnections = -1;
|
||||
MaxConnectionsPerTorrent = -1;
|
||||
MaxUploads = -1;
|
||||
MaxUploadsPerTorrent = -1;
|
||||
|
||||
AddTrackersEnabled = true;
|
||||
AdditionalTrackers = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user