cfg/io.cfg : Increate the ui queueBlkCnt to 32
This commit is contained in:
parent
8146625a53
commit
b1aeec0e35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user