diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index 46c2a325354b06e2a8b94c65ff8c969378dc9233..94f1a8f730350325234421a70c21f9d84e04c26f 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -189,7 +189,7 @@ int32_t tsGrantHBInterval = 60; int32_t tsUptimeInterval = 300; // seconds char tsUdfdResFuncs[512] = ""; // udfd resident funcs that teardown when udfd exits char tsUdfdLdLibPath[512] = ""; -bool tsDisableStream = true; +bool tsDisableStream = false; #ifndef _STORAGE int32_t taosSetTfsCfg(SConfig *pCfg) {