mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
Remove DC to enable request ID reference links (#9178)
## What changed? Enabled the behavior by default. ## Why? It has been supported for a SDK and server versions already and was originally put in temporarily.
This commit is contained in:
@@ -65,7 +65,6 @@ type Config struct {
|
||||
EnableTransitionHistory dynamicconfig.BoolPropertyFnWithNamespaceFilter
|
||||
MaxCallbacksPerWorkflow dynamicconfig.IntPropertyFnWithNamespaceFilter
|
||||
MaxCHASMCallbacksPerWorkflow dynamicconfig.IntPropertyFnWithNamespaceFilter
|
||||
EnableRequestIdRefLinks dynamicconfig.BoolPropertyFn
|
||||
EnableChasm dynamicconfig.BoolPropertyFnWithNamespaceFilter
|
||||
EnableCHASMCallbacks dynamicconfig.BoolPropertyFnWithNamespaceFilter
|
||||
ChasmMaxInMemoryPureTasks dynamicconfig.IntPropertyFn
|
||||
@@ -467,7 +466,6 @@ func NewConfig(
|
||||
EnableTransitionHistory: dynamicconfig.EnableTransitionHistory.Get(dc),
|
||||
MaxCallbacksPerWorkflow: dynamicconfig.MaxCallbacksPerWorkflow.Get(dc),
|
||||
MaxCHASMCallbacksPerWorkflow: dynamicconfig.MaxCHASMCallbacksPerWorkflow.Get(dc),
|
||||
EnableRequestIdRefLinks: dynamicconfig.EnableRequestIdRefLinks.Get(dc),
|
||||
EnableChasm: dynamicconfig.EnableChasm.Get(dc),
|
||||
ChasmMaxInMemoryPureTasks: dynamicconfig.ChasmMaxInMemoryPureTasks.Get(dc),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user