Bug 1404267 - Enable Async Places Transactions for all builds, not just nightly. r?mak draft
authorMark Banner <standard8@mozilla.com>
Mon, 30 Oct 2017 13:46:07 +0000
changeset 688670 fae23dffa86fb3c229cd9edd8d3cabf0958f70b9
parent 688337 d3910b7628b8066d3f30d58b17b5824b05768854
child 738135 c7cd0bf1adadfcb5b1512958e001808655aef282
push id86819
push userbmo:standard8@mozilla.com
push dateMon, 30 Oct 2017 13:47:52 +0000
reviewersmak
bugs1404267
milestone58.0a1
Bug 1404267 - Enable Async Places Transactions for all builds, not just nightly. r?mak MozReview-Commit-ID: LBlM8CqMue1
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -909,22 +909,17 @@ pref("browser.sessionstore.cleanup.forge
 pref("browser.sessionstore.dom_storage_limit", 2048);
 // Amount of failed SessionFile writes until we restart the worker.
 pref("browser.sessionstore.max_write_failures", 5);
 
 // 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);
 
 // the (maximum) number of the recent visits to sample
 // when calculating frecency
 pref("places.frecency.numVisits", 10);