DEFAULT_MAX_WS_FRAMES

Constant DEFAULT_MAX_WS_FRAMES 

Source
pub const DEFAULT_MAX_WS_FRAMES: usize = 10000;
Expand description

The default maximum number of WebSocket frames. This constant defines the maximum number of WebSocket frames that can be processed in a single operation to prevent resource exhaustion.