Bug 510018, turn off 3.0.13 -> 3.5.2 MU throttling on AUS (by moving it to 3.0.14 -> 3.5.x), r=morgamic

git-svn-id: svn://10.0.0.236/trunk@258108 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nrthomas%gmail.com
2009-08-13 22:23:16 +00:00
parent 69654005a0
commit 4f19a5aefd

View File

@@ -87,7 +87,7 @@ define('THROTTLE_LOGGING',false);
// );
$productThrottling = array(
'Firefox' => array(
'3.0.13' => 0
'3.0.14' => 0
)
);
@@ -104,7 +104,7 @@ $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.0.13' => array (
'3.0.14' => array (
'betatest',
'releasetest'
)