not start mqtt module by default, fot it not finished yet

This commit is contained in:
Shengliang Guan 2020-05-23 09:41:21 +08:00
parent 7547e74c3d
commit 182e49eec7
1 changed files with 1 additions and 1 deletions

View File

@ -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;