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"