jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
46 stars 8 forks source link

Sometimes on load for large card-webs we get a resource-exhausted #665

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago

It's not deterministic. I think it's likely from when we switched to the long-polling to fix the OOM problem (perhaps on load it hits firestore with a lot of requests all at once?)

Experiment with turning back on enablePersistence, which might make subsequent loads cheaper?