feat: popular categories

This commit is contained in:
2024-05-15 15:07:10 +01:00
parent daa687957e
commit 2bc996d981
14 changed files with 237 additions and 29 deletions

View File

@ -66,7 +66,10 @@ async function doInit() {
await wasmInit(WasmPath);
}
try {
await workerRelay.init("relay.db");
await workerRelay.init({
databasePath: "relay.db",
insertBatchSize: 100,
});
} catch (e) {
console.error(e);
}