Bug 630085, throttle 3.6.15 updates to 4.0 final, r=bhearsum

git-svn-id: svn://10.0.0.236/trunk@262062 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nrthomas%gmail.com
2011-03-17 03:21:19 +00:00
parent c41d035d0b
commit c308ea5d3f

View File

@@ -87,7 +87,8 @@ define('THROTTLE_LOGGING',false);
// );
$productThrottling = array(
'Firefox' => array(
'3.5.17' => 0
'3.5.17' => 0,
'3.6.15' => 0
)
);
@@ -107,6 +108,10 @@ $throttleExceptions = array(
'3.5.17' => array (
'betatest',
'releasetest'
),
'3.6.15' => array (
'betatest',
'releasetest'
)
);