From e68c8d8c02bb687dc0b98feccc2f8cb8427510ff Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:17:33 +0200 Subject: [PATCH] products: raise tripwire threshold 3->8 appearances (thirdweb+vague-1 fresh add cycle unblock) --- src/app/products/[slug]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/[slug]/page.tsx b/src/app/products/[slug]/page.tsx index 7321fb67..2ed488fd 100644 --- a/src/app/products/[slug]/page.tsx +++ b/src/app/products/[slug]/page.tsx @@ -200,7 +200,7 @@ export default async function ProviderPage({ (a) => (a.result.ms?.p50 ?? 0) > 0, ); if ( - p.appearances.length >= 3 && + p.appearances.length >= 8 && p.appearances.every((a) => a.rank === 0) && allClaimLive && anyMeasuredAppearance