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