Backed out changeset 4f0f6745c23d (bug 1158387) for failing extensions/cookie/test/unit/test_cookies_async_failure.js on Windows 7 VM opt. r=backout

MozReview-Commit-ID: JASYcL9x3kV

--HG--
extra : source : e6fa2aa73b4631408611e61c715c5f1dc28db49a
This commit is contained in:
Sebastian Hengst 2017-05-22 22:03:32 +02:00
Родитель eb349179a4
Коммит 88bbf85f74
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1474,6 +1474,10 @@ nsCookieService::TryInitDB(bool aRecreateDB)
}
}
// make operations on the table asynchronous, for performance
mDefaultDBState->dbConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
"PRAGMA synchronous = OFF"));
// Use write-ahead-logging for performance. We cap the autocheckpoint limit at
// 16 pages (around 500KB).
mDefaultDBState->dbConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(