Skip to main content

DEFAULT_CHECKPOINT_THRESHOLD

Constant DEFAULT_CHECKPOINT_THRESHOLD 

Source
pub const DEFAULT_CHECKPOINT_THRESHOLD: u64 = 1_000;
Expand description

Default automatic-checkpoint threshold, in frames. When the WAL has more than this many frames committed, the pager will call its checkpoint routine inline (M3 issue #16).