pub const HYDRATION_HEAD_VERIFY_BYTES: usize = 8192;
Bytes to read for head-hash content verification in hydration sync_file_needed. 8KB covers the observed corruption pattern (zeros starting at byte 2).