bug 718089: 3.6.25->9.0.1 Advertised Major Update on 1/19 - bump 3.6 throttling to 3.6.26. r=nthomas

git-svn-id: svn://10.0.0.236/trunk@263290 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bhearsum%mozilla.com 2012-01-19 18:58:27 +00:00
parent a3052253e4
commit cb9e64bb2d

View File

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