claude'd jellyfin auto limit qbt upload

This commit is contained in:
2025-09-11 17:46:08 -04:00
parent 36a00bedc5
commit 7274b86ec1
4 changed files with 367 additions and 44 deletions

View File

@@ -56,6 +56,10 @@
GlobalUPSpeedLimit = 1000;
GlobalDLSpeedLimit = 1000;
# Alternate speed limits for when Jellyfin is streaming
AlternativeGlobalUPSpeedLimit = 500; # 500 KB/s when throttled
AlternativeGlobalDLSpeedLimit = 800; # 800 KB/s when throttled
IncludeOverheadInLimits = true;
GlobalMaxRatio = 6.0;