Join Nostr
2026-05-04 19:56:04 GMT
in reply to

iefan 🕊️ on Nostr: I think I understand the issue. When events are fetched, we also store them in ...

I think I understand the issue. When events are fetched, we also store them in IndexedDB.

For large files, this likely causes a crash since it’s simultaneously writing to IndexedDB, downloading the file, and starting a broadcast.

I’ll optimize this in the next update. Thanks for sharing your experience and sorry for wasting your time.