Skip to content

Commit

Permalink
fix circuit breaker config name (#26916)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 authored Feb 21, 2024
1 parent 426b99e commit 4b980e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/conf/switches/PerformanceSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ trait PerformanceSwitches {

val DCRCircuitBreakerSwitch = Switch(
SwitchGroup.Performance,
"circuit-breaker",
"dcr-circuit-breaker",
"If this switch is switched on then the DCR circuit breaker will be operational",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = On,
Expand Down

0 comments on commit 4b980e5

Please sign in to comment.