bug 602269: unthrottle major updates for 3.0.19 -> 3.6.10 and 3.5.13->3.6.10 (and decrease throttling on 3.6.10). r=bhearsum, patch=jhford

git-svn-id: svn://10.0.0.236/trunk@261358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bhearsum%mozilla.com
2010-10-06 20:50:38 +00:00
parent a2ab36ada0
commit 1d9b99f639

View File

@@ -88,8 +88,8 @@ define('THROTTLE_LOGGING',false);
$productThrottling = array(
'Firefox' => array(
'3.0.19' => 0,
'3.5.13' => 0,
'3.6.10' => 15
'3.5.14' => 0,
'3.6.10' => 50
),
'Thunderbird' => array(
'2.0.0.24' => 25
@@ -110,13 +110,13 @@ $productThrottling = array(
// be throttled unless there is a global throttle enabled.
$throttleExceptions = array(
'3.0.19' => array (
'betatest',
'releasetest'
),
'3.5.13' => array (
'betatest',
'releasetest',
'beta'
'release'
),
'3.5.14' => array (
'betatest',
'releasetest'
),
'3.6.10' => array (
'betatest',