chore: move sqlite files

fix: debug print for deletes
This commit is contained in:
2024-06-05 15:33:11 +01:00
parent b2b25377cd
commit ebc45ae9c1
9 changed files with 35 additions and 22 deletions

View File

@ -13,6 +13,7 @@ export const Relay = new WorkerRelayInterface(
);
export async function initRelayWorker() {
try {
await Relay.debug("");
await Relay.init({
databasePath: "relay.db",
insertBatchSize: 100,