Closed
Bug 1579727
Opened 6 years ago
Closed 6 years ago
Don't register a shutdown blocker to finalize the mirror
Categories
(Firefox :: Sync, task)
Firefox
Sync
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: lina, Assigned: lina)
References
Details
These operations aren't strictly necessary, and can cause shutdown hangs if they take a long time.
We already skip cleaning up temp entities on shutdown, and SQLite will automatically detach all databases when the main connection closes. As for PRAGMA optimize
, we can run that after application, or as part of maintenance.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → lina
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
See bug 1579620, comment 3 for why this isn't a good idea.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•