make min diff with develop
This commit is contained in:
parent
2b44c08f68
commit
027131231c
|
@ -124,7 +124,7 @@ void taos_init_imp(void) {
|
|||
}
|
||||
|
||||
tscTmr = taosTmrInit(tsMaxConnections * 2, 200, 60000, "TSC");
|
||||
if (0 == tscEmbedded) {
|
||||
if(0 == tscEmbedded){
|
||||
taosTmrReset(tscCheckDiskUsage, 10, NULL, tscTmr, &tscCheckDiskUsageTmr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue