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