pub const HISTORY_LIMIT: u64 = 100;
How many versions the history page shows. An audit table only grows, so the per-record view is capped rather than paginated for now.