Revert Bug 713964 - Unthrottle FF9.0.1 updates at 10% until we get to ~15million users. r=joduinn

git-svn-id: svn://10.0.0.236/trunk@263223 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld
2012-01-03 19:07:15 +00:00
parent 1b9771f4c1
commit f425281dba

View File

@@ -87,18 +87,18 @@ define('THROTTLE_LOGGING',false);
// );
$productThrottling = array(
'Firefox' => array(
'3.6.25' => 10,
'4.0' => 10,
'4.0.1' => 10,
'5.0' => 10,
'5.0.1' => 10,
'6.0' => 10,
'6.0.1' => 10,
'6.0.2' => 10,
'7.0' => 10,
'7.0.1' => 10,
'8.0' => 10,
'8.0.1' => 10,
'3.6.25' => 0,
'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,
)
);