Closed
Bug 1795903
Opened 1 year ago
Closed 1 year ago
Introduce StorageMaintenanceWorker in A-C that runs periodically to prune places storage
Categories
(Fenix :: Performance, enhancement)
Tracking
(firefox108 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: kaya, Assigned: kaya)
Details
Attachments
(1 file, 1 obsolete file)
dbSizeLimit parameter for runMaintenance call is exposed from A-S which indicates the maximum DB size to aim for, in bytes. If the database exceeds this size, a small number of visits will be pruned. This parameter needs to be added to PlacesStorage class' runMaintenance method to reflect the change on A-C.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → kkaya
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Summary: Add dbSizeLimit Parameter to runMaintenance call in PlacesStorage class in A-C → Introduce StorageMaintenanceWorker in A-C that runs periodically to prune places storage
Assignee | ||
Comment 1•1 year ago
|
||
The scope of this ticket is extended to create the WorkManager's Worker in A-C to consume in Fenix.
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Comment 4•1 year ago
|
||
Comment 5•11 months ago
|
||
Comment on attachment 9301258 [details] [review]
GitHub Pull Request
GitHub pull request attachment was moved to bug 1804929. Setting attachment 9301258 [details] [review] to obsolete.
Attachment #9301258 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•