diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index bbf1bfe1b19..5486d120c4f 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -87,7 +87,7 @@ define('THROTTLE_LOGGING',false); // ); $productThrottling = array( 'Firefox' => array( - '3.5.16' => 0 + '3.5.17' => 0 ) ); @@ -104,10 +104,9 @@ $productThrottling = array( // In this example, 3.0.11 with channel names that match these channels will not // be throttled unless there is a global throttle enabled. $throttleExceptions = array( - '3.5.16' => array ( + '3.5.17' => array ( 'betatest', - 'releasetest', - 'beta' + 'releasetest' ) );