bug 1099340 - 33.1.1 throttle; r=bhearsum
git-svn-id: svn://10.0.0.236/trunk@265673 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
420f8deb27
commit
fbce1c42e1
@ -126,9 +126,10 @@ $productThrottling = array(
|
||||
'32.0.1' => 100,
|
||||
'32.0.2' => 100,
|
||||
'32.0.3' => 100,
|
||||
'33.0' => 100,
|
||||
'33.0.1' => 100,
|
||||
'33.0.2' => 100,
|
||||
'33.0' => 0,
|
||||
'33.0.1' => 0,
|
||||
'33.0.2' => 0,
|
||||
'33.1' => 0,
|
||||
),
|
||||
'Thunderbird' => array(
|
||||
'10.0' => 0,
|
||||
@ -502,6 +503,16 @@ $throttleExceptions = array(
|
||||
'releasetest',
|
||||
'beta'
|
||||
),
|
||||
'33.1' => array(
|
||||
'betatest',
|
||||
'releasetest',
|
||||
'beta'
|
||||
),
|
||||
'33.1.1' => array(
|
||||
'betatest',
|
||||
'releasetest',
|
||||
'beta'
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user