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

feat(background): Adds logic to clean up storage after upload #395

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

ERosendo
Copy link
Contributor

During QA testing for the upcoming extension release, I noticed that temporary upload data (files and zips) was not being removed from local storage after successful uploads. This issue could potentially lead to unnecessary storage usage and performance concerns.

This PR addresses the problem by tweaking the triggerFetchRequest method in background_fetch.js. The changes ensure that temporary data is consistently deleted from local storage once the upload process is complete.

@ERosendo ERosendo force-pushed the feat-clean-up-local-storage-after-upload branch from 4c6abee to 80e8f0e Compare September 12, 2024 13:52
@ERosendo ERosendo marked this pull request as ready for review September 12, 2024 13:55
@mlissner mlissner merged commit e05c3d7 into main Sep 12, 2024
8 checks passed
@mlissner mlissner deleted the feat-clean-up-local-storage-after-upload branch September 12, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants