Bug 736602 - Increase dom.min_background_timeout_value to 15 minutes for mobile r=mfinkle a=akeybl

This commit is contained in:
Kevin Brosnan 2012-06-11 18:44:45 -07:00
parent 8e300a8561
commit d57d71e9eb

View File

@ -719,3 +719,6 @@ pref("accessibility.accessfu.activate", 2);
// Mobile manages state by autodetection
pref("network.manage-offline-status", true);
// increase the timeout clamp for background tabs to 15 minutes
pref("dom.min_background_timeout_value", 900000);