Constant polkadot_primitives::v8::MAX_POV_SIZE
source · pub const MAX_POV_SIZE: u32 = _; // 5_242_880u32
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