Backed out changeset b2fe8f4df701 (bug 1158387) for making Win64 xpcshell nearly permafail.

This commit is contained in:
Ryan VanderMeulen 2017-06-12 16:45:34 -04:00
Родитель 687bfe6a46
Коммит 1421659aba
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(