From 51a3e0678b3e1b78c57799a2c2a93f5a60ff518d Mon Sep 17 00:00:00 2001 From: cltbld Date: Thu, 2 Feb 2012 21:37:45 +0000 Subject: [PATCH] Bug 723686 - Please throttle FF10 updates 100%. p=rail, r=catlee git-svn-id: svn://10.0.0.236/trunk@263360 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 27 ++++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index 399f7907738..621b6afd143 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -88,20 +88,19 @@ define('THROTTLE_LOGGING',false); $productThrottling = array( 'Firefox' => array( '3.6.26' => 0, - // not really throttling for a while, bug 723363 - '4.0' => 100, - '4.0.1' => 100, - '5.0' => 100, - '5.0.1' => 100, - '6.0' => 100, - '6.0.1' => 100, - '6.0.2' => 100, - '7.0' => 100, - '7.0.1' => 100, - '8.0' => 100, - '8.0.1' => 100, - '9.0' => 100, - '9.0.1' => 100, + '4.0' => 0, + '4.0.1' => 0, + '5.0' => 0, + '5.0.1' => 0, + '6.0' => 0, + '6.0.1' => 0, + '6.0.2' => 0, + '7.0' => 0, + '7.0.1' => 0, + '8.0' => 0, + '8.0.1' => 0, + '9.0' => 0, + '9.0.1' => 0, ) );