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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user