Skip to content

Commit e1c1066

Browse files
committed
ui: show more flakes
Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 685cca6 commit e1c1066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ function flakes_doit(data_raw)
10421042
for (let n = 0; n < 4; n++)
10431043
total[n] += v["count"][n];
10441044

1045-
if (v["count"][0] + v["count"][1] + v["count"][2] < 4 && reported) {
1045+
if (v["count"][0] + v["count"][1] + v["count"][2] < 3 && reported) {
10461046
for (let n = 0; n < 4; n++)
10471047
reminder[n] += v["count"][n];
10481048
return 1;

0 commit comments

Comments
 (0)