Skip to content

Commit

Permalink
Fix comment in workflow id cache config (uber#5661)
Browse files Browse the repository at this point in the history
  • Loading branch information
sankari165 committed Feb 14, 2024
1 parent eea917e commit 373aacd
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 @@ -1728,7 +1728,7 @@ const (
// Default value: true
// Allowed filters: DomainName
EnableRecordWorkflowExecutionUninitialized
// WorkflowIDCacheEnabled is the key to enable/disable caching of workflowID specific information
// WorkflowIDCacheExternalEnabled is the key to enable/disable caching of workflowID specific information for external requests
// KeyName: history.workflowIDCacheExternalEnabled
// Value type: Bool
// Default value: false
Expand Down

0 comments on commit 373aacd

Please sign in to comment.