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.
