Constant polkadot_primitives::v1::MAX_POV_SIZE [−][src]
pub const MAX_POV_SIZE: u32 = 5 * 1024 * 1024; // 0x0050_0000u32
Expand description
Maximum PoV size we support right now.
Used for:
- initial genesis for the Parachains configuration
- checking updates to this stored runtime configuration do not exceed this limit
- when detecting a PoV decompression bomb in the client