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.