Skip to main content

MAX_LOG_ENTRIES

Constant MAX_LOG_ENTRIES 

Source
pub const MAX_LOG_ENTRIES: usize = 100_000;
Expand description

Maximum number of in-memory log entries before rotation. When this limit is reached, rotate_if_needed() will discard the oldest half.