pub const MAX_LIMIT: u64 = _; // 9_223_372_036_854_775_807u64Expand description
Largest quota or immediate capacity supported by built-in policies.
The portable ceiling is the largest positive value representable by the signed 64-bit counters used by persistent backends.