chore: adjust the description of tsQueryRsmaTolerance

This commit is contained in:
Cary Xu 2022-09-13 14:56:49 +08:00
parent 860a7bdcac
commit c2c8615944
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ bool tsSmlDataFormat =
// query // query
int32_t tsQueryPolicy = 1; int32_t tsQueryPolicy = 1;
int32_t tsQuerySmaOptimize = 0; 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; bool tsQueryPlannerTrace = false;
/* /*