add config

This commit is contained in:
yihaoDeng 2024-10-06 11:07:16 +08:00
parent 71aca38fe5
commit 93257ba369
1 changed files with 1 additions and 1 deletions

View File

@ -1960,7 +1960,7 @@ static void cliDoReq(queue* wq, SCliThrd* pThrd) {
SCliConn* conn = QUEUE_DATA(el, SCliConn, batchSendq);
conn->inThreadSendq = 0;
QUEUE_INIT(&conn->batchSendq);
cliBatchSend(conn, 1);
TAOS_UNUSED(cliBatchSend(conn, 1));
}
QUEUE_INIT(&pThrd->batchSendSet);
if (count >= 2) {