refactor(sync): disable wal cfg

This commit is contained in:
Minghao Li 2022-07-16 16:10:50 +08:00
parent 1a9f21c724
commit 49c953fa0c
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ SVnode *vnodeOpen(const char *path, STfs *pTfs, SMsgCb msgCb) {
taosRealPath(tdir, NULL, sizeof(tdir));
// for test tsdb snapshot
#if 1
#if 0
pVnode->config.walCfg.segSize = 200;
pVnode->config.walCfg.retentionSize = 2000;
#endif