r=jhford
- AUS throttling patches for 3.5.19 and 3.6.17


git-svn-id: svn://10.0.0.236/trunk@262219 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ccooper%deadsquid.com
2011-04-22 21:18:32 +00:00
parent 178cbfab97
commit 281d3cc6c4

View File

@@ -87,8 +87,8 @@ define('THROTTLE_LOGGING',false);
// );
$productThrottling = array(
'Firefox' => array(
'3.5.18' => 0,
'3.6.16' => 0
'3.5.19' => 0,
'3.6.17' => 0
)
);
@@ -105,11 +105,11 @@ $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.18' => array (
'3.5.19' => array (
'betatest',
'releasetest'
),
'3.6.16' => array (
'3.6.17' => array (
'betatest',
'releasetest'
)