pub const FILE_BYTES_MAX: usize = _; // 7_340_032usizeExpand description
Maximum number of bytes to read for search tests.
This constant is derived from libmagic and is used to limit the number of bytes
read during search tests to ensure performance and efficiency. The value is set
to 7 megabytes.