diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index a5563ec5793..414d02ae420 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.6.24' => 0, + '3.6.25' => 0, ) ); @@ -104,7 +104,7 @@ $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.6.24' => array ( + '3.6.25' => array ( 'betatest', 'releasetest' ),