You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a small request to update the docs on how to enable garbage collection, which pretty much is a necessity on IndexedDB databased in order to stay performant.
I dug through the code, and I think the below approach is the way to do it, but correct me if I'm wrong on that.
Just a small request to update the docs on how to enable garbage collection, which pretty much is a necessity on IndexedDB databased in order to stay performant.
I dug through the code, and I think the below approach is the way to do it, but correct me if I'm wrong on that.
This is how we've done it:
app.module.ts
If this is the correct way of doing it, I'll gladly do a PR to update the relevant docs.
The text was updated successfully, but these errors were encountered: