Bug 1085526, throttle 33.0.1 at 0%, r=rail
git-svn-id: svn://10.0.0.236/trunk@265637 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
898ddc56b5
commit
7c647d274c
@ -126,6 +126,7 @@ $productThrottling = array(
|
|||||||
'32.0.1' => 0,
|
'32.0.1' => 0,
|
||||||
'32.0.2' => 0,
|
'32.0.2' => 0,
|
||||||
'32.0.3' => 0,
|
'32.0.3' => 0,
|
||||||
|
'33.0' => 0,
|
||||||
),
|
),
|
||||||
'Thunderbird' => array(
|
'Thunderbird' => array(
|
||||||
'10.0' => 0,
|
'10.0' => 0,
|
||||||
@ -479,6 +480,11 @@ $throttleExceptions = array(
|
|||||||
'releasetest',
|
'releasetest',
|
||||||
'beta'
|
'beta'
|
||||||
),
|
),
|
||||||
|
'33.0' => array(
|
||||||
|
'betatest',
|
||||||
|
'releasetest',
|
||||||
|
'beta'
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user