Skip to main content

RECENT_LOGS_CAP

Constant RECENT_LOGS_CAP 

Source
pub const RECENT_LOGS_CAP: usize = 1000;
Expand description

Maximum number of log entries kept in WorkerObservers::recent_logs for the UI’s Logs tab. The shipping queue (logs: Arc<Mutex<Vec<…>>>) is drained on every WS tick — the display ring is what the UI reads.