add config
This commit is contained in:
parent
71aca38fe5
commit
93257ba369
|
@ -1960,7 +1960,7 @@ static void cliDoReq(queue* wq, SCliThrd* pThrd) {
|
||||||
SCliConn* conn = QUEUE_DATA(el, SCliConn, batchSendq);
|
SCliConn* conn = QUEUE_DATA(el, SCliConn, batchSendq);
|
||||||
conn->inThreadSendq = 0;
|
conn->inThreadSendq = 0;
|
||||||
QUEUE_INIT(&conn->batchSendq);
|
QUEUE_INIT(&conn->batchSendq);
|
||||||
cliBatchSend(conn, 1);
|
TAOS_UNUSED(cliBatchSend(conn, 1));
|
||||||
}
|
}
|
||||||
QUEUE_INIT(&pThrd->batchSendSet);
|
QUEUE_INIT(&pThrd->batchSendSet);
|
||||||
if (count >= 2) {
|
if (count >= 2) {
|
||||||
|
|
Loading…
Reference in New Issue