Constant cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE
source · pub const MAX_POV_SIZE: u32 = 5 * 1024 * 1024; // 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