bug 858055 - disable cache_lock_stalled detector for tests that rely on cache r=jmaher

This commit is contained in:
Patrick McManus 2013-05-29 09:37:11 -04:00
Родитель d52f661f4a
Коммит 464ef01edb
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -123,3 +123,6 @@ user_pref("dom.global-constructor.disable.mozContact", false);
// Enable mozSettings
user_pref("dom.mozSettings.enabled", true);
user_pref("dom.navigator-property.disable.mozSettings", false);
// Make sure the disk cache doesn't get auto disabled
user_pref("network.http.bypass-cachelock-threshold", 200000);