qbt: settings

This commit is contained in:
Simon Gardling 2025-03-25 11:27:08 -04:00
parent a0dc72b3b0
commit eaec89e698
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

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;