Skip to main content

DEFAULT_CLOUD_FOOTER_READ_SIZE

Constant DEFAULT_CLOUD_FOOTER_READ_SIZE 

Source
pub const DEFAULT_CLOUD_FOOTER_READ_SIZE: usize = _; // 262_144usize
Expand 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).