Skip to content

Commit

Permalink
Merge pull request #27276 from guardian/doml/extend-switches
Browse files Browse the repository at this point in the history
Extend expired switches
  • Loading branch information
domlander authored Jul 2, 2024
2 parents 9ef42b7 + f91204e commit a7c70e0
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 @@ -213,7 +213,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, 7, 1),
sellByDate = LocalDate.of(2024, 8, 1),
exposeClientSide = false,
)

Expand All @@ -223,7 +223,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, 7, 1),
sellByDate = LocalDate.of(2024, 8, 1),
exposeClientSide = false,
)
}

0 comments on commit a7c70e0

Please sign in to comment.