Fixes #97: SQLite is now async, optimized, tests
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ export async function indexData({ name, tree }: IndexTreeEvent) {
|
||||
return;
|
||||
}
|
||||
});
|
||||
console.log("Found", dataObjects.length, "data objects");
|
||||
// console.log("Found", dataObjects.length, "data objects");
|
||||
await index.batchSet(name, dataObjects);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user