pub const DEFAULT_CLOUD_FOOTER_READ_SIZE: usize = _; // 262_144usizeExpand description
Tail size to speculatively fetch when reading file metadata from a cloud source. Sized generously as the cost of overfetching is low (extra KB) vs the cost of underfetching (extra round-trip).