Fixes #97: SQLite is now async, optimized, tests

This commit is contained in:
Zef Hemel
2022-10-21 10:00:43 +02:00
parent b9da9b7965
commit c1a78e0105
65 changed files with 329 additions and 142 deletions
+1 -1
View File
@@ -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);
}