jellyfin-qbittorrent-monitor: add stream headroom

This commit is contained in:
2026-02-17 14:31:34 -05:00
parent 7484a11535
commit f6628b9302
2 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
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
};
};
}