pub const MAX_RULES: usize = 10_000;Expand description
Maximum number of push rules one account may hold.
The ruleset is a single account-data blob rewritten in full on every mutation and matched against every event for every local recipient, so the count bounds the write cost and the per-event matching work alike.