Constant FOREIGN_KEY_AUDIT_ROW_CAP
pub const FOREIGN_KEY_AUDIT_ROW_CAP: usize = 1000; // 1_000usizeExpand 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.