Constant uu_tail::chunks::BLOCK_SIZE
source · pub const BLOCK_SIZE: u64 = _; // 65_536u64Expand description
When reading files in reverse in bounded_tail, this is the size of each
block read at a time.
pub const BLOCK_SIZE: u64 = _; // 65_536u64When reading files in reverse in bounded_tail, this is the size of each
block read at a time.