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:
nrthomas%gmail.com 2014-10-24 19:40:35 +00:00
parent 898ddc56b5
commit 7c647d274c

View File

@ -126,6 +126,7 @@ $productThrottling = array(
'32.0.1' => 0,
'32.0.2' => 0,
'32.0.3' => 0,
'33.0' => 0,
),
'Thunderbird' => array(
'10.0' => 0,
@ -479,6 +480,11 @@ $throttleExceptions = array(
'releasetest',
'beta'
),
'33.0' => array(
'betatest',
'releasetest',
'beta'
),
);