Skip to content
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

Catch Local Storage Full #1040

Open
korgon opened this issue May 7, 2024 · 0 comments
Open

Catch Local Storage Full #1040

korgon opened this issue May 7, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@korgon
Copy link
Contributor

korgon commented May 7, 2024

We are currently not catching when the storage gets full - this generates an error. Storage is used in many places, but the most important is the client cache, this would break search completely.

May want to check for other core usage, but we should at least ensure that a full local storage does not cause issues in:

  • snap-client
  • StorageStore

Ideally tests would be written first followed by changes to the code to get the tests to pass.

@korgon korgon added the type: bug Something isn't working label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant