bug 904949 - unthrottle for 23.0.1; r=aki

git-svn-id: svn://10.0.0.236/trunk@264972 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hwine%mozilla.com 2013-08-16 22:36:10 +00:00
parent 430baf5048
commit 25cc0b3d4a

View File

@ -84,31 +84,32 @@ define('THROTTLE_LOGGING',false);
$productThrottling = array(
'Firefox' => array(
'10.0' => 0,
'10.0.1' => 0,
'10.0.2' => 0,
'11.0' => 0,
'12.0' => 0,
'13.0' => 0,
'13.0.1' => 0,
'14.0.1' => 0,
'15.0' => 0,
'15.0.1' => 0,
'16.0' => 0,
'16.0.1' => 0,
'16.0.2' => 0,
'17.0' => 0,
'17.0.1' => 0,
'18.0' => 0,
'18.0.1' => 0,
'18.0.2' => 0,
'19.0' => 0,
'19.0.1' => 0,
'19.0.2' => 0,
'20.0' => 0,
'20.0.1' => 0,
'21.0' => 0,
'22.0' => 0,
'10.0' => 100,
'10.0.1' => 100,
'10.0.2' => 100,
'11.0' => 100,
'12.0' => 100,
'13.0' => 100,
'13.0.1' => 100,
'14.0.1' => 100,
'15.0' => 100,
'15.0.1' => 100,
'16.0' => 100,
'16.0.1' => 100,
'16.0.2' => 100,
'17.0' => 100,
'17.0.1' => 100,
'18.0' => 100,
'18.0.1' => 100,
'18.0.2' => 100,
'19.0' => 100,
'19.0.1' => 100,
'19.0.2' => 100,
'20.0' => 100,
'20.0.1' => 100,
'21.0' => 100,
'22.0' => 100,
'23.0' => 100,
)
);
@ -265,6 +266,11 @@ $throttleExceptions = array(
'releasetest',
'beta'
),
'23.0' => array(
'betatest',
'releasetest',
'beta'
),
);