From abbf24bf987e8f74cb2ecf3ec3d82456d9892654 Mon Sep 17 00:00:00 2001 From: Gagan Date: Mon, 12 Aug 2024 15:12:53 +0530 Subject: [PATCH] infra: bump feature evaluation cache to 300 (#4471) --- 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 32fce8246103..ceed5987901c 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -155,6 +155,10 @@ "name": "CACHE_BAD_ENVIRONMENTS_SECONDS", "value": "60" }, + { + "name": "FEATURE_EVALUATION_CACHE_SECONDS", + "value": "300" + }, { "name": "EDGE_RELEASE_DATETIME", "value": "2022-06-07T10:00:00Z"