oa_gateway_owp::config

Constant DEFAULT_MAX_FRAME_SIZE

Source
pub const DEFAULT_MAX_FRAME_SIZE: usize = _; // 16_777_216usize
Expand 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.