diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index d5d96fc1163..eca1dfca24c 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -84,36 +84,36 @@ define('THROTTLE_LOGGING',false); $productThrottling = array( 'Firefox' => array( - '10.0' => 10, - '10.0.1' => 10, - '10.0.2' => 10, - '11.0' => 10, - '12.0' => 10, - '13.0' => 10, - '13.0.1' => 10, - '14.0.1' => 10, - '15.0' => 10, - '15.0.1' => 10, - '16.0' => 10, - '16.0.1' => 10, - '16.0.2' => 10, - '17.0' => 10, - '17.0.1' => 10, - '18.0' => 10, - '18.0.1' => 10, - '18.0.2' => 10, - '19.0' => 10, - '19.0.1' => 10, - '19.0.2' => 10, - '20.0' => 10, - '20.0.1' => 10, - '21.0' => 10, - '22.0' => 10, - '23.0' => 10, - '23.0.1' => 10, - '24.0' => 10, - '25.0' => 10, - '25.0.1' => 10, + '10.0' => 0, + '10.0.1' => 0, + '10.0.2' => 0, + '11.0' => 0, + '12.0' => 0, + '13.0' => 0, + '13.0.1' => 0, + '14.0.1' => 0, + '15.0' => 0, + '15.0.1' => 0, + '16.0' => 0, + '16.0.1' => 0, + '16.0.2' => 0, + '17.0' => 0, + '17.0.1' => 0, + '18.0' => 0, + '18.0.1' => 0, + '18.0.2' => 0, + '19.0' => 0, + '19.0.1' => 0, + '19.0.2' => 0, + '20.0' => 0, + '20.0.1' => 0, + '21.0' => 0, + '22.0' => 0, + '23.0' => 0, + '23.0.1' => 0, + '24.0' => 0, + '25.0' => 0, + '25.0.1' => 0, ), 'Thunderbird' => array( '10.0' => 100,