Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/testcore/dynamic_config_overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var (
// unique namespaces with overrides per namespace should be used for tests that require overrides.
defaultDynamicConfigOverrides = map[dynamicconfig.Key]any{
dynamicconfig.FrontendRPS.Key(): 3000,
dynamicconfig.FrontendNamespaceReplicationInducingAPIsRPS.Key(): 1000,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved here since it's a global config

dynamicconfig.FrontendMaxNamespaceVisibilityRPSPerInstance.Key(): 50,
dynamicconfig.FrontendMaxNamespaceVisibilityBurstRatioPerInstance.Key(): 1,
dynamicconfig.ReplicationTaskProcessorErrorRetryMaxAttempts.Key(): 1,
Expand Down
Loading
Loading