chore: move sqlite files
fix: debug print for deletes
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user