jellyfin-qbittorrent-monitor: STREAM_BITRATE_HEADROOM 1.1 -> 1.5
All checks were successful
Build and Deploy / mreow (push) Successful in 1m56s
Build and Deploy / yarn (push) Successful in 1m2s
Build and Deploy / muffin (push) Successful in 1m11s

This commit is contained in:
2026-05-14 22:22:17 -04:00
parent 958f373be6
commit 65657ac517

View File

@@ -118,7 +118,7 @@ lib.mkIf config.services.jellyfin.enable {
SERVICE_BUFFER = "5000000"; # 5 Mbps reserved for other services (bps)
DEFAULT_STREAM_BITRATE = "10000000"; # 10 Mbps fallback when bitrate unknown (bps)
MIN_TORRENT_SPEED = "100"; # KB/s - below this, pause torrents instead
STREAM_BITRATE_HEADROOM = "1.1"; # multiplier per stream for bitrate fluctuations
STREAM_BITRATE_HEADROOM = "1.5"; # multiplier per stream for bitrate fluctuations
# Webhook receiver: Jellyfin Webhook plugin POSTs events here to throttle immediately.
WEBHOOK_BIND = "127.0.0.1";
WEBHOOK_PORT = toString webhookPort;