Skip to content

Commit 10d42c5

Browse files
authored
Merge pull request #3096 from catchpoint/Siddhantshukla814-patch-7
Update common.inc
2 parents a6768f6 + 73a1919 commit 10d42c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/experiments/common.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ foreach ($assessment as $key => $cat) {
297297
} elseif (
298298
$numRecommended > 2
299299
// and it's the quickness category and fcp is reasonably slow
300-
&& ($key !== "Quick" || $key === "Quick" && $fcpCheck > 3 )
300+
&& ($key !== "Quick" || $key === "Quick" && $fcpCheck > 3000 )
301301
&& ($key !== "Resilient" || $key === "Resilient" && $blocking3pReqs > 0 )
302302
&& ($key !== "Usable" || $key === "Usable" && ((isset($cls) && $cls > 0) || (isset($tbtCheck) && $tbtCheck > 2)) )
303303
) {

0 commit comments

Comments
 (0)