From b1aeec0e35f31a4e8a5e9854422853a3edae4a98 Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 23 Dec 2024 16:38:20 -0500 Subject: [PATCH] cfg/io.cfg : Increate the ui queueBlkCnt to 32 --- src/caw/cfg/io.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caw/cfg/io.cfg b/src/caw/cfg/io.cfg index 317873d..cca2fae 100644 --- a/src/caw/cfg/io.cfg +++ b/src/caw/cfg/io.cfg @@ -14,7 +14,7 @@ xmtBufByteN: 2048, fmtBufByteN: 4096, //websockTimeOutMs: 25, // max time out while blocking for a websock event - queueBlkCnt: 16, // Initial count of websocket queue memory blocks See:cwNbMpScQueue.h + queueBlkCnt: 32, // Initial count of websocket queue memory blocks See:cwNbMpScQueue.h queueBlkByteCnt: 32768, // Size of each websocket queue memory block idleMsgPeriodMs: 50, // period without messages before an idle message is generated extraLogsFl:false, // enable the websock LLL_NOTICE logs