From b26e0ac7809f2ea4643127adfba86b893509cddd Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Tue, 5 Oct 2021 23:16:42 +0800 Subject: [PATCH] code optimization --- src/common/src/tglobal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/src/tglobal.c b/src/common/src/tglobal.c index 8fc05fe465..1b6d94440c 100644 --- a/src/common/src/tglobal.c +++ b/src/common/src/tglobal.c @@ -156,7 +156,7 @@ int32_t tsTsdbMetaCompactRatio = TSDB_META_COMPACT_RATIO; // tsdb config // For backward compatibility bool tsdbForceKeepFile = false; -int32_t tsdbWalFlushSize = TSDB_DEFAULT_WAL_FLUSH_SIZE; // [0,10000000] MB +int32_t tsdbWalFlushSize = TSDB_DEFAULT_WAL_FLUSH_SIZE; // MB // balance int8_t tsEnableBalance = 1; -- GitLab