feat:set default value

This commit is contained in:
54liuyao 2023-02-16 09:12:46 +08:00
parent 43966abbc6
commit b614c28713
1 changed files with 1 additions and 1 deletions

View File

@ -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) {