Rindle docs and package mapSkip to main content

FOREIGN_KEY_AUDIT_ROW_CAP

Constant FOREIGN_KEY_AUDIT_ROW_CAP 

pub const FOREIGN_KEY_AUDIT_ROW_CAP: usize = 1000; // 1_000usize
Expand description

Default cap for foreign_key_check. A broken store can violate on every row, and an audit that answers “yes, and here is where it starts” is worth more than one that tries to materialize millions of rows.