Bug 723686 - Please throttle FF10 updates 100%. p=rail, r=catlee

git-svn-id: svn://10.0.0.236/trunk@263360 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld
2012-02-02 21:37:45 +00:00
parent f249ad54fe
commit 51a3e0678b

View File

@@ -88,20 +88,19 @@ define('THROTTLE_LOGGING',false);
$productThrottling = array(
'Firefox' => array(
'3.6.26' => 0,
// not really throttling for a while, bug 723363
'4.0' => 100,
'4.0.1' => 100,
'5.0' => 100,
'5.0.1' => 100,
'6.0' => 100,
'6.0.1' => 100,
'6.0.2' => 100,
'7.0' => 100,
'7.0.1' => 100,
'8.0' => 100,
'8.0.1' => 100,
'9.0' => 100,
'9.0.1' => 100,
'4.0' => 0,
'4.0.1' => 0,
'5.0' => 0,
'5.0.1' => 0,
'6.0' => 0,
'6.0.1' => 0,
'6.0.2' => 0,
'7.0' => 0,
'7.0.1' => 0,
'8.0' => 0,
'8.0.1' => 0,
'9.0' => 0,
'9.0.1' => 0,
)
);