diff --git a/common/dynamicconfig/constants.go b/common/dynamicconfig/constants.go index 3db0e0d3ff5..f69bbc61810 100644 --- a/common/dynamicconfig/constants.go +++ b/common/dynamicconfig/constants.go @@ -214,7 +214,7 @@ response to a StartWorkflowExecution request and skipping the trip through match ) NamespaceCacheRefreshInterval = NewGlobalDurationSetting( "system.namespaceCacheRefreshInterval", - 10*time.Second, + 2*time.Second, `NamespaceCacheRefreshInterval is the key for namespace cache refresh interval dynamic config`, ) PersistenceHealthSignalMetricsEnabled = NewGlobalBoolSetting(