qbt settings adjust

This commit is contained in:
2025-05-03 01:56:22 -04:00
parent 09b87c2517
commit 3acacdb799

View File

@@ -61,7 +61,21 @@
}; };
serverConfig.BitTorrent = { serverConfig.BitTorrent = {
Applications = {
# Memory to allow libtorrent to use
MemoryWorkingSetLimit = 2048; # in MB
};
Session = { Session = {
Encryption = 1;
BTProtocol = "Both"; # UTP + TCP
DiskCacheTTL = 300; # 300s
MaxConnections = 100;
MaxUploads = 100;
MaxUploadsPerTorrent = 20;
GlobalUPSpeedLimit = 0; # unlimited upload GlobalUPSpeedLimit = 0; # unlimited upload
GlobalDLSpeedLimit = 500; # 500 KiB/s GlobalDLSpeedLimit = 500; # 500 KiB/s
@@ -69,9 +83,14 @@
IncludeOverheadInLimits = true; IncludeOverheadInLimits = true;
GlobalMaxRatio = 2.0; GlobalMaxRatio = 2.000000;
ShareLimitAction = "Stop";
QueueingSystemEnabled = false; # seed all torrents all the time QueueingSystemEnabled = false; # seed all torrents all the time
# we want to maximize upload
ChokingAlgorithm = "RateBased";
SeedChokingAlgorithm = "FastestUpload";
AddTrackersEnabled = true; AddTrackersEnabled = true;
AdditionalTrackers = ( AdditionalTrackers = (
lib.concatStringsSep "\\n" [ lib.concatStringsSep "\\n" [