fix: restore sl level

This commit is contained in:
dapan1121 2023-03-29 15:48:11 +08:00
parent 84eef542d5
commit 4f06728c17
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const SVnodeCfg vnodeCfgDefault = {.vgId = -1,
.tsdbCfg = {.precision = TSDB_TIME_PRECISION_MILLI,
.update = 1,
.compression = 2,
.slLevel = 1,
.slLevel = 5,
.days = 14400,
.minRows = 100,
.maxRows = 4096,