fix(stream): fix a typo

This commit is contained in:
Haojun Liao 2023-08-16 19:22:45 +08:00
parent 9a76ae72d6
commit 59d5858b95
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ int32_t streamScanExec(SStreamTask* pTask, int32_t batchSize) {
}
if (pTask->inputStatus == TASK_INPUT_STATUS__BLOCKED) {
qDebug("s-task:%s inputQ is blocked, wait for 5sec and retry", pTask->id.idStr);
qDebug("s-task:%s inputQ is blocked, wait for 10sec and retry", pTask->id.idStr);
taosMsleep(10000);
continue;
}