提交 49c953fa 编写于 作者: M Minghao Li

refactor(sync): disable wal cfg

上级 1a9f21c7
...@@ -119,7 +119,7 @@ SVnode *vnodeOpen(const char *path, STfs *pTfs, SMsgCb msgCb) { ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册