qbt: settings

This commit is contained in:
2025-03-25 11:27:08 -04:00
parent a3bd648716
commit 6dd7219f6a

View File

@@ -62,14 +62,14 @@
serverConfig.BitTorrent = {
Session = {
GlobalUPSpeedLimit = 1500; # 500 KiB/s
GlobalDLSpeedLimit = 5000; # 5 MiB/s
GlobalUPSpeedLimit = 1500; # 1.500 MiB/s
GlobalDLSpeedLimit = -1;
IgnoreLimitsOnLAN = true;
IncludeOverheadInLimits = true;
GlobalMaxRatio = -1;
GlobalMaxRatio = 2.5;
QueueingSystemEnabled = false; # seed all torrents all the time
AddTrackersEnabled = true;