feature: update cfg
This commit is contained in:
parent
d4c91f8a10
commit
cfb62d5e07
|
@ -438,7 +438,7 @@ static int32_t taosUpdateServerCfg(SConfig *pCfg) {
|
|||
return -1;
|
||||
} else {
|
||||
stype = pItem->stype;
|
||||
numOfCores = pItem->i32;
|
||||
numOfCores = pItem->fval;
|
||||
}
|
||||
|
||||
pItem = cfgGetItem(tsCfg, "supportVnodes");
|
||||
|
|
Loading…
Reference in New Issue