diff --git a/src/common/src/tglobal.c b/src/common/src/tglobal.c index 445cf4d52b..250b79febe 100644 --- a/src/common/src/tglobal.c +++ b/src/common/src/tglobal.c @@ -120,7 +120,7 @@ int32_t tsOfflineThreshold = 86400*100; // seconds 10days int32_t tsMgmtEqualVnodeNum = 4; int32_t tsEnableHttpModule = 1; -int32_t tsEnableMqttModule = 1; +int32_t tsEnableMqttModule = 0; // not finished yet, not started it by default int32_t tsEnableMonitorModule = 0; int32_t tsRestRowLimit = 10240;