From 4f19a5aefdc1476f0c386744e6d13658047f6164 Mon Sep 17 00:00:00 2001 From: "nrthomas%gmail.com" Date: Thu, 13 Aug 2009 22:23:16 +0000 Subject: [PATCH] Bug 510018, turn off 3.0.13 -> 3.5.2 MU throttling on AUS (by moving it to 3.0.14 -> 3.5.x), r=morgamic git-svn-id: svn://10.0.0.236/trunk@258108 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index 850dca2222e..cd2adb8d851 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.0.13' => 0 + '3.0.14' => 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.0.13' => array ( + '3.0.14' => array ( 'betatest', 'releasetest' )