From f2302ee34d9b80f0de43b460b1f6cd2f712ba3e6 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Wed, 10 Apr 2024 11:25:33 +0100 Subject: [PATCH] infra: cache environment segments in production (#3745) --- infrastructure/aws/production/ecs-task-definition-web.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/aws/production/ecs-task-definition-web.json b/infrastructure/aws/production/ecs-task-definition-web.json index c3db271206ac..064c492ab3aa 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -43,6 +43,10 @@ "name": "CACHE_PROJECT_SEGMENTS_SECONDS", "value": "10" }, + { + "name": "CACHE_ENVIRONMENT_SEGMENTS_SECONDS", + "value": "30" + }, { "name": "CHARGEBEE_SITE", "value": "flagsmith"