pub const BINARY_HEADER_READ_LIMIT: usize = _; // 67_108_864usize
Maximum bytes to read from a binary upload before attempting header parse. BAM/CRAM headers are typically < 1 MB; 64 MB provides generous headroom.