diff -r ff7f7b47d699 -r cba50f7529d0 components/websocket/Kconfig --- a/components/websocket/Kconfig Mon Nov 25 15:40:11 2019 +0100 +++ b/components/websocket/Kconfig Mon Nov 25 21:01:46 2019 +0100 @@ -4,7 +4,7 @@ config WEBSOCKET_SERVER_MAX_CLIENTS int "Max clients" range 1 1000 - default 20 + default 10 help Maximum number of clients that the WebSocket server can handle at a time. @@ -29,7 +29,7 @@ config WEBSOCKET_SERVER_TASK_STACK_DEPTH int "Stack depth" range 3000 20000 - default 6000 + default 7000 help Stack depth for the WebSocket server. The task handles reads.