We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfb83d commit 4f6a5cbCopy full SHA for 4f6a5cb
src/experiments.ts
@@ -39,7 +39,7 @@ export const ALL_EXPERIMENTS = experiments({
39
"of deploys. This has been made an experiment due to backend bugs that are " +
40
"temporarily causing failures in some regions with this optimization enabled",
41
public: true,
42
- default: true,
+ default: false,
43
},
44
deletegcfartifacts: {
45
shortDescription: `Add the ${bold(
0 commit comments