Constant fog_pack::MAX_DOC_SIZE [−][src]
pub const MAX_DOC_SIZE: usize = (1usize << 20) - 1; // 0x0000_0000_000f_ffffusizeExpand 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.