Closed
Description
Hi, I'm using parse-server in Heroku + mlab.
My client app uploads files to the server. Yesterday my client app was receiving an error 130 when saving a file to the server. I started to investigate and I found there was a collection called fs.chunks with 1 Gb of data, but the collection who stores files only had 50 Mb.
I think fs.chunks uploaded should be deleted after the save process completes successfully, isn't it? Which is the best way to manage this?
Metadata
Metadata
Assignees
Labels
No labels