pub const MAX_ACCESS_INVALIDATION_IDS: usize = 200;Expand description
Maximum ids per AccessInvalidatedPayload list (user_ids / role_ids).
Aligned with uptrakit_shared_types::access::bounds::MAX_GRANTS_PER_SUBJECT
(200); batch mutations touch at most 100 subjects.