Bug 544458, unthrottle beta channel so users see Firefox 3.5.8, r=morgamic
git-svn-id: svn://10.0.0.236/trunk@259655 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -88,7 +88,8 @@ define('THROTTLE_LOGGING',false);
|
||||
$productThrottling = array(
|
||||
'Firefox' => array(
|
||||
'3.0.18' => 0,
|
||||
'3.5.7' => 0
|
||||
'3.5.7' => 0,
|
||||
'3.5.8' => 0
|
||||
),
|
||||
'Thunderbird' => array(
|
||||
'2.0.0.23' => 0
|
||||
@@ -113,6 +114,11 @@ $throttleExceptions = array(
|
||||
'releasetest'
|
||||
),
|
||||
'3.5.7' => array (
|
||||
'betatest',
|
||||
'releasetest',
|
||||
'beta'
|
||||
),
|
||||
'3.5.8' => array (
|
||||
'betatest',
|
||||
'releasetest'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user