From 4de3f2b25abf73e46d97f64a3b53f0c1e0bed6f9 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Tue, 19 May 2020 17:12:03 +0800 Subject: [PATCH] change default tsdb debug flag --- 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 ac7bc31c3d..c711aa25c3 100644 --- a/src/common/src/tglobal.c +++ b/src/common/src/tglobal.c @@ -141,7 +141,7 @@ int32_t rpcDebugFlag = 135; int32_t uDebugFlag = 131; int32_t debugFlag = 131; int32_t sDebugFlag = 135; -int32_t tsdbDebugFlag = 135; +int32_t tsdbDebugFlag = 131; // the maximum number of results for projection query on super table that are returned from // one virtual node, to order according to timestamp -- GitLab