adj pool name

This commit is contained in:
54liuyao 2024-07-01 18:52:36 +08:00
parent d0bb671d79
commit 24308a4acb
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ static void processTaskQueue(SQueueInfo *pInfo, SSchedMsg *pSchedMsg) {
}
int32_t initTaskQueue() {
taskQueue.wrokrerPool.name = "tsc";
taskQueue.wrokrerPool.name = "taskWorkPool";
taskQueue.wrokrerPool.min = tsNumOfTaskQueueThreads;
taskQueue.wrokrerPool.max = tsNumOfTaskQueueThreads;
int32_t coce = tQueryAutoQWorkerInit(&taskQueue.wrokrerPool);