Skip to content

Parse doesn't clear fs.chunks after a upload #3161

Closed
@hydex86

Description

@hydex86

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions