Skip to main content

MAX_BLOB_BYTES

Constant MAX_BLOB_BYTES 

Source
pub const MAX_BLOB_BYTES: usize = _; // 1_048_576usize
Expand description

Blobs larger than this are skipped rather than compared.

A minified bundle or a checked-in binary that happens to decode as UTF-8 would otherwise dominate both the runtime and any finding it produced, and a line-bag comparison says nothing useful about either.