[Webkit-unassigned] [Bug 202137] IndexedDB WAL file keeps growing while app is in use

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 13 12:38:51 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=202137

Ben Lowery <ben at blowery.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ben at blowery.org

--- Comment #4 from Ben Lowery <ben at blowery.org> ---
We're seeing this problem with wp-calypso, a JS driven admin interface for WordPress that's used by WordPress.com. I've extracted a similar, but different, repo at https://github.com/blowery/idb-asplode

Simply inserting the same record into an objectStore over and over will trigger the storage prompt once the WAL grows past 1GB on desktop. 

Clearing the objectStore using .clear() or deleting the db entirely can truncate the log while the page is still loaded, but deleting everything in storage is less than ideal.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200113/2c1ee994/attachment-0001.htm>


More information about the webkit-unassigned mailing list