зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b9096de8d8
Коммит
dbddd5fb41
|
@ -486,8 +486,8 @@ const startupPhases = {
|
|||
ignoreIfUnused: true,
|
||||
stat: 4,
|
||||
fsync: 3,
|
||||
read: 44,
|
||||
write: 173,
|
||||
read: 47,
|
||||
write: 170,
|
||||
},
|
||||
{
|
||||
// bug 1391590
|
||||
|
|
Загрузка…
Ссылка в новой задаче