From f6b209fb03d1d956a5d340f4104b49dfc70fa827 Mon Sep 17 00:00:00 2001 From: "morgamic%mozilla.com" Date: Tue, 21 Jul 2009 21:05:00 +0000 Subject: [PATCH] Checking in fix for bug 505540. git-svn-id: svn://10.0.0.236/trunk@257750 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index ff170e4312c..c3e416caae3 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -81,16 +81,13 @@ define('THROTTLE_LOGGING',false); // // $productThrottling = array( // 'Firefox' => array( -// '3.0' => array( -// 'release' => 10 -// ) +// '3.0' => 10, +// '3.1' => 10 // ) // ); $productThrottling = array( 'Firefox' => array( - '3.0.11' => 0 - ), - 'Firefox' => array( + '3.0.11' => 0, '3.0.12' => 0 ) );