reindex auto on start
This commit is contained in:
@@ -900,7 +900,7 @@ Odmdb.runidx = (objectPathname, schema) => {
|
||||
});
|
||||
Object.keys(ventil).forEach((n) => {
|
||||
//if (log) console.log(currentmod,`${objectPathname}/idx/${ventil[n].name}.json`)
|
||||
fs.outputJSON(
|
||||
fs.outputJSONSync(
|
||||
`${objectPathname}/idx/${ventil[n].name}.json`,
|
||||
ventil[n].data
|
||||
);
|
||||
|
Reference in New Issue
Block a user