Skip to main content

WAL_SEQUENCE_OVERFLOW_THRESHOLD

Constant WAL_SEQUENCE_OVERFLOW_THRESHOLD 

Source
pub const WAL_SEQUENCE_OVERFLOW_THRESHOLD: u64 = 10_000;
Expand description

Sequence number proximity to u64::MAX that triggers an overflow reset. When global_seq >= u64::MAX - threshold, the sequence resets to 1.