throttle torrenting when needed

This commit is contained in:
2025-04-16 23:12:28 -04:00
parent 491807c030
commit ba5b778c1a
2 changed files with 52 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
serverConfig.BitTorrent = {
Session = {
GlobalUPSpeedLimit = 1500; # 1.500 MiB/s
GlobalUPSpeedLimit = 0; # unlimited upload
GlobalDLSpeedLimit = 500; # 500 KiB/s
IgnoreLimitsOnLAN = true;