Closed
Bug 660044
Opened 14 years ago
Closed 12 years ago
Use a read-only storage connection for read queries
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
RESOLVED
DUPLICATE
of bug 612766
People
(Reporter: philikon, Unassigned)
Details
Attachments
(1 file)
11.98 KB,
patch
|
Details | Diff | Splinter Review |
Should help with lock contention.
Comment 1•14 years ago
|
||
This refactors some shared code out of BookmarksStore and HistoryStore into PlacesStore, and adds an indirection for connection fetching. This allows us to maintain a single read-only clone of the main Places DBConnection.
One test failure in test_history_store.js. Haven't investigated.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•