bug 595242: Please turn off the 3.5.12 and 3.6.9 updates while investigating bug 594699 - fully throttle 3.5.11 and 3.6.8 updates. r=catlee/legneato

git-svn-id: svn://10.0.0.236/trunk@261204 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bhearsum%mozilla.com
2010-09-14 17:31:44 +00:00
parent f2e7ec7aa0
commit 7005ff3f04

View File

@@ -88,7 +88,9 @@ define('THROTTLE_LOGGING',false);
$productThrottling = array(
'Firefox' => array(
'3.0.19' => 0,
'3.5.12' => 0
'3.5.12' => 0,
'3.5.11' => 0,
'3.6.8' => 0
),
'Thunderbird' => array(
'2.0.0.24' => 25
@@ -116,6 +118,14 @@ $throttleExceptions = array(
'betatest',
'releasetest'
),
'3.5.11' => array (
'betatest',
'releasetest'
),
'3.6.8' => array (
'betatest',
'releasetest'
),
'2.0.0.24' => array (
'betatest',
'releasetest'