Skip to content

Commit 4f6a5cb

Browse files
committed
set legacyRuntimeConfigCommands experiment to default false.
1 parent 2cfb83d commit 4f6a5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/experiments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const ALL_EXPERIMENTS = experiments({
3939
"of deploys. This has been made an experiment due to backend bugs that are " +
4040
"temporarily causing failures in some regions with this optimization enabled",
4141
public: true,
42-
default: true,
42+
default: false,
4343
},
4444
deletegcfartifacts: {
4545
shortDescription: `Add the ${bold(

0 commit comments

Comments
 (0)