Skip to content

Commit

Permalink
flowmode: change minimum stability level to "stable" (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Mar 12, 2024
1 parent 5e97fd3 commit bcf88b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flowmode/cmd_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func runCommand() *cobra.Command {
inMemoryAddr: "agent.internal:12345",
httpListenAddr: "127.0.0.1:12345",
storagePath: "data-agent/",
minStability: featuregate.StabilityExperimental,
minStability: featuregate.StabilityStable,
uiPrefix: "/",
disableReporting: false,
enablePprof: true,
Expand Down

0 comments on commit bcf88b9

Please sign in to comment.