Skip to content

Commit

Permalink
Merge pull request #27509 from guardian/ravi/extend-surrogate-cache-s…
Browse files Browse the repository at this point in the history
…witches

Extend surrogate cache switches
  • Loading branch information
arelra authored Oct 1, 2024
2 parents 7bdd376 + ec98d68 commit 558c238
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, 10, 1),
sellByDate = LocalDate.of(2024, 11, 19),
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, 10, 1),
sellByDate = LocalDate.of(2024, 11, 19),
exposeClientSide = false,
)
}

0 comments on commit 558c238

Please sign in to comment.