[][src]Constant fog_pack::MAX_ENTRY_SIZE

pub const MAX_ENTRY_SIZE: usize = 1usize << 16; // 65_536usize

The maximum allowed size of a raw entry, including signatures, is 64 kiB. An encoded, compressed entry may be slightly larger than this, as it includes a short header, and compression can theoretically result in a slightly larger size too. This does not include the size of the parent hash or the field for the entry.