pub const DEFAULT_CHECKPOINT_THRESHOLD: u64 = 1_000;
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).