pub const MAX_LIMIT: u64 = _; // 9_223_372_036_854_775_807u64Expand description
Largest fixed-window quota supported by every Runlimit backend.
The portable ceiling is the largest positive value representable by the signed 64-bit counters used by persistent backends.