зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1071513 - Enable async PlacesTransactions for nightly builds. r=mak
MozReview-Commit-ID: 1QJnamp6iFo --HG-- extra : rebase_source : fff7e28badae405ba1cc15788144177721f0f2e7
This commit is contained in:
Родитель
ce9ddc7e11
Коммит
7c9f65a417
|
@ -914,6 +914,14 @@ pref("browser.sessionstore.dom_storage_limit", 2048);
|
|||
// allow META refresh by default
|
||||
pref("accessibility.blockautorefresh", false);
|
||||
|
||||
// Whether useAsyncTransactions is enabled or not.
|
||||
// Currently we only enable them for nightly.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("browser.places.useAsyncTransactions", true);
|
||||
#else
|
||||
pref("browser.places.useAsyncTransactions", false);
|
||||
#endif
|
||||
|
||||
// Whether history is enabled or not.
|
||||
pref("places.history.enabled", true);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче