vnode/write: make last write msg to be written or confirmed
This commit is contained in:
parent
198485c6f4
commit
7c93c4217a
|
@ -387,5 +387,5 @@ void vnodeWaitWriteCompleted(SVnodeObj *pVnode) {
|
||||||
taosMsleep(10);
|
taosMsleep(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
taosMsleep(1000 * 3);
|
taosMsleep(1000);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue