Skip to main content

FS_CHUNK_SIZE

Constant FS_CHUNK_SIZE 

Source
pub const FS_CHUNK_SIZE: usize = _; // 3_145_728usize
Expand description

Maximum chunk size for streaming file data (3 MiB).

This stays safely under the 4 MiB frame limit after CBOR envelope overhead.