Bump meta links resolution percentage to 50% (#3807)

This commit is contained in:
Taran Vohra
2025-12-11 21:58:16 +05:30
committed by GitHub
parent fc98a4a881
commit c30ed46021
@@ -363,7 +363,7 @@ async function resolvePageMetaLinks(
* Determine whether to resolve meta links for a site based on a percentage rollout.
*/
function shouldResolveMetaLinks(siteId: string): boolean {
const META_LINKS_PERCENTAGE_ROLLOUT = 25;
const META_LINKS_PERCENTAGE_ROLLOUT = 50;
const ALLOWED_SITES: Record<string, boolean> = {
site_CZrtk: true,
};