Skip to main content

EXT_NAME_CACHE_CAP

Constant EXT_NAME_CACHE_CAP 

Source
pub(super) const EXT_NAME_CACHE_CAP: usize = _; // 131_072usize
Expand description

Upper bound on cached name-bearing extension records (~1KiB each, so ≤128MiB transient). A real C: has tens of thousands; past the cap the deferred pass falls back to disk reads for the remainder.