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.
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.