r=bustage
- add beta to execption list, revert version numbers for 3.5 and 3.6


git-svn-id: svn://10.0.0.236/trunk@262220 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ccooper%deadsquid.com
2011-04-22 21:49:27 +00:00
parent 281d3cc6c4
commit 83f01dddd0

View File

@@ -87,8 +87,8 @@ define('THROTTLE_LOGGING',false);
// );
$productThrottling = array(
'Firefox' => array(
'3.5.19' => 0,
'3.6.17' => 0
'3.5.18' => 0,
'3.6.16' => 0
)
);
@@ -105,13 +105,15 @@ $productThrottling = array(
// In this example, 3.0.11 with channel names that match these channels will not
// be throttled unless there is a global throttle enabled.
$throttleExceptions = array(
'3.5.19' => array (
'3.5.18' => array (
'betatest',
'releasetest'
'releasetest',
'beta'
),
'3.6.17' => array (
'3.6.16' => array (
'betatest',
'releasetest'
'releasetest',
'beta'
)
);