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

prevent indexeddb selfdestructing on desktop on low diskspace #9108

Closed
ara4n opened this issue Mar 11, 2019 · 4 comments
Closed

prevent indexeddb selfdestructing on desktop on low diskspace #9108

ara4n opened this issue Mar 11, 2019 · 4 comments
Labels
A-E2EE A-Electron P2 S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect

Comments

@ara4n
Copy link
Member

ara4n commented Mar 11, 2019

does electron give us a hook to stop indexeddb blowing itself away if disk space gets low?

@bwindels
Copy link
Contributor

Should we handle QuotaExceededError instead of doing anything Electron specific? E.g. throw away the n oldest events in all rooms and retry again.

@lampholder
Copy link
Member

This sounds like it could be a fiddly thing to do well. As long as we've got #9109 I think that's probably good enough for now.

@lampholder lampholder added T-Defect P2 S-Major Severely degrades major functionality or product features, with no satisfactory workaround A-E2EE A-Electron labels Mar 15, 2019
@aaronraimist
Copy link
Collaborator

Probably a duplicate of #4014

@turt2live turt2live mentioned this issue Apr 27, 2020
@dbkr
Copy link
Member

dbkr commented Oct 14, 2021

yeah, dupe of #4014

@dbkr dbkr closed this as completed Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-E2EE A-Electron P2 S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect
Projects
None yet
Development

No branches or pull requests

5 participants