We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On startup, https://github.com/matrix-org/matrix-react-sdk/blob/master/src/rageshake/rageshake.js#L257 collects your each of your previous sessions' logs into a massive string (one massive string per session). Obviously, if your logs got big (for example due to #7409) , this is going to OOM, and there's nothing you can do about it, short of clearing out your indexeddb.
The text was updated successfully, but these errors were encountered:
Duplicate of #7433
Sorry, something went wrong.
No branches or pull requests
On startup, https://github.com/matrix-org/matrix-react-sdk/blob/master/src/rageshake/rageshake.js#L257 collects your each of your previous sessions' logs into a massive string (one massive string per session). Obviously, if your logs got big (for example due to #7409) , this is going to OOM, and there's nothing you can do about it, short of clearing out your indexeddb.
The text was updated successfully, but these errors were encountered: