-
-
Notifications
You must be signed in to change notification settings - Fork 875
Closed
Milestone
Description
Users of my app have complained about it taking up too much space on disk. Inspecting the app bundle reveals two large directories maintained by Parse.
- Private Documents / Parse / PFFileStaging (600+ MB)
- Caches / Parse / PFFileCache (40+ MB)
I find it odd that Parse is not cleaning those up. I also don't understand why it is loading files in PFFileStaging at all since I'm using a regular networking library to load the files from URL.
I've observed these issues on V1.7.4 but I have no reason yet to believe they've been fixed in later releases. Any thoughts?
Metadata
Metadata
Assignees
Labels
No labels