pub const MAX_POV_SIZE: u32 = _; // 10_485_760u32
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