Skip to content

Use of DownloadManager causes accumulation of empty entries #1

@rschnapp

Description

@rschnapp

Automated downloading of the messages file generates an entry in the Downloads database, each time a successful download is performed. Since we are unconditionally downloading the file, that could lead to a large accumulation of database entries that are essentially tombstones (since we move the file upon completion).

We should either stop using the DownloadManager or figure out a way to delete these download records.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions