Open
Bug 1903607
Opened 5 months ago
Updated 5 months ago
Drain IDB task queues at shutdown explicitly
Categories
(Core :: Storage: IndexedDB, enhancement, P3)
Core
Storage: IndexedDB
Tracking
()
NEW
People
(Reporter: jjalkanen, Assigned: jjalkanen)
References
Details
Attachments
(1 file)
Currently, at shutdown, the IDB database connections are asked to close, shutdown is requested from their thread pool, and shutdown is allowed to continue. It would be more informative to explicitly wait for the connections to close, to get a better understanding of when and why a connection gets stuck.
Assignee | ||
Comment 1•5 months ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•