qbt: adjust settings

This commit is contained in:
Simon Gardling 2025-01-10 19:38:39 +01:00
parent 199d4dcffc
commit aecc71d1a3
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -49,12 +49,13 @@
}; };
serverConfig.BitTorrent.Session = { serverConfig.BitTorrent.Session = {
GlobalUPSpeedLimit = 50; # in KiB/s GlobalUPSpeedLimit = 500; # in KiB/s
GlobalDLSpeedLimit = 0; GlobalDLSpeedLimit = 0;
# Including overhead in limits ruins download because download # Including overhead in limits ruins download because download
# uses upload to communicate with seeders # uses upload to communicate with seeders
IncludeOverheadInLimits = false; IncludeOverheadInLimits = false;
GlobalMaxRatio = 6; GlobalMaxRatio = 6;
QueueingSystemEnabled = false; # seed all torrents all the time QueueingSystemEnabled = false; # seed all torrents all the time
}; };