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
This commit is contained in:
Mark Banner 2021-09-09 14:07:30 +00:00
Родитель b9096de8d8
Коммит dbddd5fb41
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -486,8 +486,8 @@ const startupPhases = {
ignoreIfUnused: true,
stat: 4,
fsync: 3,
read: 44,
write: 173,
read: 47,
write: 170,
},
{
// bug 1391590