This commit is contained in:
Hongze Cheng 2021-11-29 13:44:52 +08:00
parent 8eae8112c7
commit b97e880808
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ static int vnodeOpenImpl(SVnode *pVnode) {
}
// TODO: Open TQ
sprintf(dir, "%s/wal", pVnode->path);
sprintf(dir, "%s/tq", pVnode->path);
pVnode->pTq = tqOpen(dir, &(pVnode->config.tqCfg), NULL, NULL);
if (pVnode->pTq == NULL) {
// TODO: handle error