Skip to main content

MAX_ENTRIES

Constant MAX_ENTRIES 

Source
pub const MAX_ENTRIES: usize = 256;
Expand description

Upper bound on retained entries. Old entries are evicted FIFO once the ring is full — a transcript, not an audit trail (the operation journal behind gwm undo / gwm history is the durable record).