Constant fog_pack::MAX_DOC_SIZE[][src]

pub const MAX_DOC_SIZE: usize = (1usize << 20) - 1; // 0x000f_ffffusize
Expand description

The maximum allowed size of a raw document, including signatures, is 1 MiB. No encoded document will ever be equal to or larger than this size.