diff --git a/common/app/conf/switches/PerformanceSwitches.scala b/common/app/conf/switches/PerformanceSwitches.scala index db90619b920b..ed539a9c0661 100644 --- a/common/app/conf/switches/PerformanceSwitches.scala +++ b/common/app/conf/switches/PerformanceSwitches.scala @@ -233,7 +233,7 @@ trait PerformanceSwitches { "Shorten the surrogate cache time for recent articles for load testing", owners = Seq(Owner.withEmail("dotcom.platform@theguardian.com")), safeState = Off, - sellByDate = LocalDate.of(2024, 11, 19), + sellByDate = LocalDate.of(2025, 1, 20), exposeClientSide = false, highImpact = false, ) @@ -244,7 +244,7 @@ trait PerformanceSwitches { "Shorten the surrogate cache time for older articles for load testing", owners = Seq(Owner.withEmail("dotcom.platform@theguardian.com")), safeState = Off, - sellByDate = LocalDate.of(2024, 11, 19), + sellByDate = LocalDate.of(2025, 1, 20), exposeClientSide = false, highImpact = false, )