Skip to content

Commit

Permalink
Merge branch 'main' into update-subnav
Browse files Browse the repository at this point in the history
  • Loading branch information
rowannekabalan authored Nov 19, 2024
2 parents 88758ae + 31d2e97 commit a062c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/app/conf/switches/PerformanceSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ trait PerformanceSwitches {
"Shorten the surrogate cache time for recent articles for load testing",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = LocalDate.of(2024, 11, 19),
sellByDate = LocalDate.of(2025, 1, 20),
exposeClientSide = false,
highImpact = false,
)
Expand All @@ -244,7 +244,7 @@ trait PerformanceSwitches {
"Shorten the surrogate cache time for older articles for load testing",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = LocalDate.of(2024, 11, 19),
sellByDate = LocalDate.of(2025, 1, 20),
exposeClientSide = false,
highImpact = false,
)
Expand Down

0 comments on commit a062c55

Please sign in to comment.