[][src]Constant fog_pack::MAX_DOC_SIZE

pub const MAX_DOC_SIZE: usize = 1usize << 20; // 1_048_576usize

The maximum allowed size of a raw document, including signatures, is 1 MiB. An encoded, compressed document may be slightly larger than this, as it includes a short header, and compression can theoretically result in a slightly larger size too.