# ================================================================================
# WebUI Logs - Log-streaming behaviour for the Services tab **ADVANCED**
# ================================================================================
CFG_WEBUI_LOG_STREAM_IDLE_TIMEOUT_MINUTES=10               # Idle Timeout - Disconnect a log stream after this much silence. The viewer overlays a Resume button so the user can re-open the stream. 0 disables.
CFG_WEBUI_LOG_STREAM_MAX_DURATION_MINUTES=60               # Max Duration - Hard cap on a single stream. Resume button appears at the cap. 0 disables (not recommended).
CFG_WEBUI_LOG_STREAM_MAX_LINES_PER_SEC=200                 # Max Lines per Second - Burst ceiling. Excess lines drop with a per-second notice.
