From ec98d6821ed914570b45b8d30860efd877ef0c9d Mon Sep 17 00:00:00 2001 From: Ravi <7014230+arelra@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:03:05 +0100 Subject: [PATCH] Extend surrogate cache switches for load testing --- common/app/conf/switches/PerformanceSwitches.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/app/conf/switches/PerformanceSwitches.scala b/common/app/conf/switches/PerformanceSwitches.scala index 1b9dd01671f..860086795b3 100644 --- a/common/app/conf/switches/PerformanceSwitches.scala +++ b/common/app/conf/switches/PerformanceSwitches.scala @@ -213,7 +213,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, 10, 1), + sellByDate = LocalDate.of(2024, 11, 19), exposeClientSide = false, ) @@ -223,7 +223,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, 10, 1), + sellByDate = LocalDate.of(2024, 11, 19), exposeClientSide = false, ) }