pub const DEFAULT_HIGH_SECURITY_WS_READ_TIMEOUT_MS: u64 = 900000;Expand description
The default WebSocket read timeout in milliseconds for high security configurations. This constant defines a shorter timeout for WebSocket read operations in high security mode to reduce the window of opportunity for certain attacks.