We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b78672 commit 0c9e395Copy full SHA for 0c9e395
1 file changed
packages/gitbook/src/lib/data/api.ts
@@ -91,7 +91,7 @@ export function createDataFetcher(
91
if (
92
isRollout({
93
discriminator: params.spaceId,
94
- percentageRollout: 20,
+ percentageRollout: 50,
95
})
96
) {
97
return getRevisionPageMarkdown(input, {
0 commit comments