-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
persistent storage maximum size reached #339
Comments
in c07e628 we have cleaning up of localStorage via removing of old avatars and profiles, it happens when we open home page. currently the time is 24 hours to consider them as old but we need to clarify this. |
on first run of cleanupStorage() I got:
|
I have few account profiles and 1216 profiles and 1368 avatars of other twisters stored in localStorage currently. few days ago I've reached situation when new mentions can't be stored because of
so I got to say that we need to remake scheme of storing and cleaning of data in storage.
The text was updated successfully, but these errors were encountered: