Skip to content

Commit

Permalink
Disable the feature by default (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-xie committed Jul 15, 2022
1 parent 2dbf61a commit 5429fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/dynamicconfig/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3340,7 +3340,7 @@ var BoolKeys = map[BoolKey]DynamicBool{
EnableRecordWorkflowExecutionUninitialized: DynamicBool{
KeyName: "history.enableRecordWorkflowExecutionUninitialized",
Description: "EnableRecordWorkflowExecutionUninitialized enables record workflow execution uninitialized state in ElasticSearch",
DefaultValue: true,
DefaultValue: false,
},
DisableListVisibilityByFilter: DynamicBool{
KeyName: "frontend.disableListVisibilityByFilter",
Expand Down

0 comments on commit 5429fd6

Please sign in to comment.