Bug 1071513 - Enable async PlacesTransactions for nightly builds. r=mak

MozReview-Commit-ID: 1QJnamp6iFo

--HG--
extra : rebase_source : fff7e28badae405ba1cc15788144177721f0f2e7
This commit is contained in:
Mark Banner 2017-07-13 12:16:18 +01:00
Родитель ce9ddc7e11
Коммит 7c9f65a417
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -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);