pub const MAX_HEAD_DATA_SIZE: u32 = 1 * 1024 * 1024; // 1_048_576u32
Expand description

Maximum head data 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