[TD-3110]<fix>: TSDB_MIN_WAL_LEVEL <- 0 to allow db wal no log

This commit is contained in:
Minglei Jin 2021-03-04 16:05:29 +08:00
parent b37b73334d
commit a5b22e6510
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ do { \
#define TSDB_MAX_COMP_LEVEL 2
#define TSDB_DEFAULT_COMP_LEVEL 2
#define TSDB_MIN_WAL_LEVEL 1
#define TSDB_MIN_WAL_LEVEL 0
#define TSDB_MAX_WAL_LEVEL 2
#define TSDB_DEFAULT_WAL_LEVEL 1