From c2c86159447eba6e87503a9c6e3b716e78049e8f Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Tue, 13 Sep 2022 14:56:49 +0800 Subject: [PATCH] chore: adjust the description of tsQueryRsmaTolerance --- source/common/src/tglobal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index 3d9608ad05..fc4e28f9cd 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -91,7 +91,7 @@ bool tsSmlDataFormat = // query int32_t tsQueryPolicy = 1; int32_t tsQuerySmaOptimize = 0; -int32_t tsQueryRsmaTolerance = 1000; // the tolerance time (ms) to judge from which rsma level to query. +int32_t tsQueryRsmaTolerance = 1000; // the tolerance time (ms) to judge from which level to query rsma data. bool tsQueryPlannerTrace = false; /*