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
This commit is contained in:
@@ -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'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user