referrerpolicy=no-referrer-when-downgrade

MAX_CODE_SIZE

Constant MAX_CODE_SIZE 

Source
pub const MAX_CODE_SIZE: u32 = _; // 5_242_880u32
Expand 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