mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 10:33:22 +00:00
Bump meta links resolution percentage to 50% (#3807)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user