From 182e49eec7e75a140cad4549980dcf91afb1b8c0 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Sat, 23 May 2020 09:41:21 +0800 Subject: [PATCH] not start mqtt module by default, fot it not finished yet --- 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 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;