File tree 1 file changed +2
-2
lines changed
packages/gatsby/src/utils
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ const activeFlags: Array<IFlag> = [
98
98
noCI : true ,
99
99
testFitness : ( ) : fitnessEnum => {
100
100
// Take a 10% of slice of users.
101
- if ( sampleSiteForExperiment ( `QUERY_ON_DEMAND` , 100 ) ) {
101
+ if ( sampleSiteForExperiment ( `QUERY_ON_DEMAND` , 10 ) ) {
102
102
let isPluginSharpNewEnoughOrNotInstalled = false
103
103
try {
104
104
// Try requiring plugin-sharp so we know if it's installed or not.
@@ -141,7 +141,7 @@ const activeFlags: Array<IFlag> = [
141
141
noCI : true ,
142
142
testFitness : ( ) : fitnessEnum => {
143
143
// Take a 10% of slice of users.
144
- if ( sampleSiteForExperiment ( `QUERY_ON_DEMAND` , 100 ) ) {
144
+ if ( sampleSiteForExperiment ( `QUERY_ON_DEMAND` , 10 ) ) {
145
145
const semverConstraints = {
146
146
// Because of this, this flag will never show up
147
147
"gatsby-plugin-sharp" : `>=2.10.0` ,
You can’t perform that action at this time.
0 commit comments