pub const DEFAULT_MAX_FRAME_SIZE: usize = _; // 16_777_216usizeExpand description
Largest OWP frame accepted from a client, in bytes.
Matches the STOMP adapter’s default so both edges of the gateway agree on what counts as too big, and replaces the WebSocket library’s far larger default, which was the only ceiling before.