Skip to main content

MAX_IN_PROGRESS_EXEC_SESSIONS

Constant MAX_IN_PROGRESS_EXEC_SESSIONS 

Source
pub const MAX_IN_PROGRESS_EXEC_SESSIONS: usize = 4;
Expand description

Bound on exec session ids recorded in one turn’s turn.completed event. Mirrors SnapshotTurnDiagnostics::in_progress_exec_sessions (cap 4, newest first) so ThreadEvent and checkpoint diagnostics cannot drift.