disable telem

This commit is contained in:
Shengliang Guan 2022-02-23 17:55:10 +08:00
parent 7cc1d78ec6
commit b045302196
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ SEND_OVER:
static int32_t mndProcessTelemTimer(SMnodeMsg* pReq) {
SMnode* pMnode = pReq->pMnode;
STelemMgmt* pMgmt = &pMnode->telemMgmt;
// if (!pMgmt->enable) return 0;
if (!pMgmt->enable) return 0;
taosWLockLatch(&pMgmt->lock);
mndSendTelemetryReport(pMnode);