feature: update cfg

This commit is contained in:
afwerar 2022-08-30 10:59:16 +08:00
parent d4c91f8a10
commit cfb62d5e07
1 changed files with 1 additions and 1 deletions

View File

@ -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");