pub const MAX_CODE_SIZE: u32 = _; // 5_242_880u32Expand description
Maximum compressed code size we support right now. At the moment we have runtime upgrade on chain, which restricts scalability severely. If we want to have bigger values, we should fix that first.
Used for:
- initial genesis for the Parachains configuration
- checking updates to this stored runtime configuration do not exceed this limit