pub const MAX_UPWARD_MESSAGE_SIZE_BOUND: u32 = _; // 131_072u32
Expand description
Maximum value that config.max_upward_message_size
can be set to.
This is used for benchmarking sanely bounding relevant storage items. It is expected from the
configuration
pallet to check these values before setting.