From c45308030af61b55de3e1ba63599a6d8d796044e Mon Sep 17 00:00:00 2001 From: vlaaad Date: Fri, 22 Aug 2025 11:04:01 +0200 Subject: [PATCH] Create ext.properties --- websocket/ext.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 websocket/ext.properties diff --git a/websocket/ext.properties b/websocket/ext.properties new file mode 100644 index 0000000..81fb565 --- /dev/null +++ b/websocket/ext.properties @@ -0,0 +1,18 @@ +[websocket] +group = Runtime +help = Websocket extension settings + +buffer_size.type = integer +buffer_size.default = 65536 + +socket_timeout.type = integer +socket_timeout.default = 500000 +socket_timeout.help = Timeout for the underlying socket connection, in microseconds + +max_connections.type = integer +max_connections.default = 2 + + +debug.type = integer +debug.default = 0 +debug.options = 0:Disabled, 1:State Changes, 2:Messages Sent and Received