From df9d20ad888465406146a8d12d7f2f030de314fc Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 9 Jan 2025 11:35:47 +0100 Subject: [PATCH] disable WS queue, web log messages are already queued --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index af964d982..9404a1777 100644 --- a/platformio.ini +++ b/platformio.ini @@ -42,7 +42,7 @@ build_flags = -D CONFIG_ASYNC_TCP_RUNNING_CORE=1 ; force async_tcp task to be on same core as Arduino app (default is any core) -D CONFIG_ASYNC_TCP_STACK_SIZE=6144 ; stack usage measured: ESP32: ~2.3K, ESP32S3: ~3.5k - (default is 16K) ; ESPAsyncWebServer - -D WS_MAX_QUEUED_MESSAGES=64 + -D WS_MAX_QUEUED_MESSAGES=0 ; log messages are already queued in ems-esp -D CORE_DEBUG_LEVEL=0 unbuild_flags =