Bug 874529: Increase Firefox 21 throttling to 25% r=bhearsum

git-svn-id: svn://10.0.0.236/trunk@264854 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
catlee%mozilla.com 2013-05-21 18:21:22 +00:00
parent b3ec94b82a
commit c49492bb9d

View File

@ -84,29 +84,29 @@ define('THROTTLE_LOGGING',false);
$productThrottling = array( $productThrottling = array(
'Firefox' => array( 'Firefox' => array(
'10.0' => 5, '10.0' => 25,
'10.0.1' => 5, '10.0.1' => 25,
'10.0.2' => 5, '10.0.2' => 25,
'11.0' => 5, '11.0' => 25,
'12.0' => 5, '12.0' => 25,
'13.0' => 5, '13.0' => 25,
'13.0.1' => 5, '13.0.1' => 25,
'14.0.1' => 5, '14.0.1' => 25,
'15.0' => 5, '15.0' => 25,
'15.0.1' => 5, '15.0.1' => 25,
'16.0' => 5, '16.0' => 25,
'16.0.1' => 5, '16.0.1' => 25,
'16.0.2' => 5, '16.0.2' => 25,
'17.0' => 5, '17.0' => 25,
'17.0.1' => 5, '17.0.1' => 25,
'18.0' => 5, '18.0' => 25,
'18.0.1' => 5, '18.0.1' => 25,
'18.0.2' => 5, '18.0.2' => 25,
'19.0' => 5, '19.0' => 25,
'19.0.1' => 5, '19.0.1' => 25,
'19.0.2' => 5, '19.0.2' => 25,
'20.0' => 5, '20.0' => 25,
'20.0.1' => 5, '20.0.1' => 25,
) )
); );