TEXT_PREVIEW_MAX_BYTES

Constant TEXT_PREVIEW_MAX_BYTES 

Source
const TEXT_PREVIEW_MAX_BYTES: usize = _; // 262_144usize
Expand description

Maximum bytes of text to pass to the editor for preview; caps shaping work to avoid blocking. Files larger than this get a truncated preview (first N bytes only).