Closed
Bug 1128609
Opened 11 years ago
Closed 7 years ago
[meta] Periodically clean up data
Categories
(Firefox for iOS :: Data Storage, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wesj, Unassigned)
References
Details
(Keywords: meta)
We probably need to periodically clean up all of our stored data (i.e. favicons/history/etc). That could include:
1.) Just removing un-needed favicon images. These are stored in their own directory on disk. We should look for ones that haven't been seen/used in awhile and just remove them.
2.) Actually deleting records from the database. We throw away old history/icons/etc on Android. We can do that here as well (it would probably make the queries faster as well, which is probably a bigger win than saving the space).
Updated•10 years ago
|
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•