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