mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 15:51:33 +00:00
![Marco Bonardo](/assets/img/avatar_default.png)
Not using a pref because Storage has connections using helper threads and the main thread, thus we prefer to avoid mutex costs for a pref we'll likely not use in Firefox. Also using a "once" pref would require some coordination because Storage may try to lazy init once prefs from different threads concurrently, causing potential deadlocks. Differential Revision: https://phabricator.services.mozilla.com/D183724