Skip to content

Commit

Permalink
remove constants
Browse files Browse the repository at this point in the history
  • Loading branch information
arzonus committed Jan 6, 2025
1 parent 2b73d18 commit dd57921
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions common/dynamicconfig/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -1793,18 +1793,6 @@ const (
// Default value: true
// Allowed filters: DomainName
EnableRecordWorkflowExecutionUninitialized
// WorkflowIDCacheExternalEnabled is the key to enable/disable caching of workflowID specific information for external requests
// KeyName: history.workflowIDCacheExternalEnabled
// Value type: Bool
// Default value: false
// Allowed filters: DomainName
WorkflowIDCacheExternalEnabled
// WorkflowIDCacheInternalEnabled is the key to enable/disable caching of workflowID specific information for internal requests
// KeyName: history.workflowIDCacheInternalEnabled
// Value type: Bool
// Default value: false
// Allowed filters: DomainName
WorkflowIDCacheInternalEnabled
// WorkflowIDExternalRateLimitEnabled is the key to enable/disable rate limiting for workflowID specific information for external requests
// KeyName: history.workflowIDExternalRateLimitEnabled
// Value type: Bool
Expand Down

0 comments on commit dd57921

Please sign in to comment.