Closed
Bug 337358
Opened 19 years ago
Closed 19 years ago
table updates consume large amounts of memory and block shutdown
Categories
(Toolkit :: Safe Browsing, defect)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
INVALID
People
(Reporter: tony, Assigned: tony)
Details
The current method of downloading url lists and putting them into the database consumes large amounts of memory and prevents browser shutdown until the information has been committed to the sqlite db.
We should stream the updates instead and cancel the update during browser shutdown. Incomplete updates are ok, next browser launch we can just re-download the update.
Assignee | ||
Comment 1•19 years ago
|
||
Was fixed in bug 340603 by making the updates streaming.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Updated•11 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•