refactor: live streams

This commit is contained in:
2024-09-12 19:46:04 +01:00
parent 9049f337b0
commit c74af0159c
9 changed files with 99 additions and 123 deletions

View File

@ -25,7 +25,7 @@ async function tryUseCacheRelay(url: string) {
localStorage.setItem("cache-relay", url);
return conn;
} catch (e) {
console.error(e);
console.warn(e);
}
}
@ -53,7 +53,7 @@ export async function initRelayWorker() {
}
try {
await workerRelay.debug("");
await workerRelay.debug("*");
await workerRelay.init({
databasePath: "relay.db",
insertBatchSize: 100,