Skip to main content

MAX_SHORT

Constant MAX_SHORT 

Source
const MAX_SHORT: u64 = _; // 1_073_741_824u64
Expand description

Exclusive upper bound on verifiable short ids.

Each scan bitmap costs one bit per id up to the global counter, and the deep sweep holds up to five at once. At or above this bound the scan reports unverifiable instead.