refactor(sync): disable wal cfg
This commit is contained in:
parent
1a9f21c724
commit
49c953fa0c
|
@ -119,7 +119,7 @@ SVnode *vnodeOpen(const char *path, STfs *pTfs, SMsgCb msgCb) {
|
||||||
taosRealPath(tdir, NULL, sizeof(tdir));
|
taosRealPath(tdir, NULL, sizeof(tdir));
|
||||||
|
|
||||||
// for test tsdb snapshot
|
// for test tsdb snapshot
|
||||||
#if 1
|
#if 0
|
||||||
pVnode->config.walCfg.segSize = 200;
|
pVnode->config.walCfg.segSize = 200;
|
||||||
pVnode->config.walCfg.retentionSize = 2000;
|
pVnode->config.walCfg.retentionSize = 2000;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue