-
Notifications
You must be signed in to change notification settings - Fork 578
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
File provider is leaking storage. #1619
Comments
I guess I have the same issue? Blink was using over 8GB of storage. I deleted the app and installed from scratch and it's gone for now. |
Hey, sorry about that. We forgot to link to a workaround for this: |
We added a way to clean up the storage inside Blink (just remove the location inside hosts). This will be fixed as part of #1717. Closing here |
yury
pushed a commit
that referenced
this issue
Apr 7, 2023
- Delete the element in local cache when it gets deleted in the remote. - If there is an error on startProvidingItem, delete the local element to avoid a mismatch Fixes #1619
carloscabanero
pushed a commit
that referenced
this issue
May 12, 2023
- Delete the element in local cache when it gets deleted in the remote. - If there is an error on startProvidingItem, delete the local element to avoid a mismatch Fixes #1619
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even if file is deleted after download, space used by Blink is not decreased.
Also If user deleted provider we should cleanup space.
The text was updated successfully, but these errors were encountered: