opt trans

This commit is contained in:
yihaoDeng 2023-02-17 23:03:09 +08:00
parent f19fdaa142
commit 0a22b24ed3
1 changed files with 1 additions and 0 deletions

View File

@ -1502,6 +1502,7 @@ static void cliBatchDealReq(queue* wq, SCliThrd* pThrd) {
pBatchList->connMax = pInst->connLimitNum;
pBatchList->connCnt = 0;
pBatchList->batchLenLimit = pInst->batchSize;
pBatchList->len += 1;
pBatchList->ip = strdup(ip);
pBatchList->dst = strdup(key);