From b571847a33a8bb6ee03dde1477f6bbba6f9f9fe4 Mon Sep 17 00:00:00 2001 From: "ccooper%deadsquid.com" Date: Tue, 1 Mar 2011 22:26:06 +0000 Subject: [PATCH] b=624494 r=nthomas - Change version for throttling to 3.5.17, remove beta channel from exceptions git-svn-id: svn://10.0.0.236/trunk@261985 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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' ) );