referrerpolicy=no-referrer-when-downgrade
pallet_xcm_bridge_hub_router

Constant HARD_MESSAGE_SIZE_LIMIT

Source
pub const HARD_MESSAGE_SIZE_LIMIT: u32 = _; // 32_768u32
Expand description

Maximal size of the XCM message that may be sent over bridge.

This should be less than the maximal size, allowed by the messages pallet, because the message itself is wrapped in other structs and is double encoded.