From f425281dba45f8874d63bd9be1aba6628f504680 Mon Sep 17 00:00:00 2001 From: cltbld Date: Tue, 3 Jan 2012 19:07:15 +0000 Subject: [PATCH] Revert Bug 713964 - Unthrottle FF9.0.1 updates at 10% until we get to ~15million users. r=joduinn git-svn-id: svn://10.0.0.236/trunk@263223 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index f955b982611..e589db7de1f 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -87,18 +87,18 @@ define('THROTTLE_LOGGING',false); // ); $productThrottling = array( 'Firefox' => array( - '3.6.25' => 10, - '4.0' => 10, - '4.0.1' => 10, - '5.0' => 10, - '5.0.1' => 10, - '6.0' => 10, - '6.0.1' => 10, - '6.0.2' => 10, - '7.0' => 10, - '7.0.1' => 10, - '8.0' => 10, - '8.0.1' => 10, + '3.6.25' => 0, + '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, ) );