Closed
Bug 1888560
Opened 2 years ago
Closed 2 years ago
Lazy-load the database
Categories
(Application Services :: Relevancy, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bdk, Assigned: bdk)
References
Details
(Whiteboard: [disco-])
Change the Rust component so that the database is lazily loaded when we use it. This will simplify some of the JS integration points. For example, we can construct the Rust component when the JS component is initialized, rather than when it's enabled. Add a method to unload the database if it's already loaded, we'll call this when the JS component is disabled.
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [disco-]
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → bdeankawamura
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•