Skip to content
Snippets Groups Projects
Commit dbddd5fb authored by Mark Banner's avatar Mark Banner
Browse files

Bug 1729519 - Correct amount of places.sqlite-wal read and writes to cover...

Bug 1729519 - Correct amount of places.sqlite-wal read and writes to cover correct amounts after bug 1727783. r=mak

Differential Revision: https://phabricator.services.mozilla.com/D125064
parent b9096de8
No related branches found
No related tags found
No related merge requests found
......@@ -486,8 +486,8 @@ const startupPhases = {
ignoreIfUnused: true,
stat: 4,
fsync: 3,
read: 44,
write: 173,
read: 47,
write: 170,
},
{
// bug 1391590
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment