From 885b14054c2fa03c02497640d3dd67f45434f791 Mon Sep 17 00:00:00 2001 From: Gagan Trivedi Date: Tue, 13 Jan 2026 18:05:56 +0530 Subject: [PATCH] fix(infra): increase MASTER_API_KEY_THROTTLE_RATE to 100/sec Lower limit is now enforced by WAF. --- infrastructure/aws/production/ecs-task-definition-web.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/aws/production/ecs-task-definition-web.json b/infrastructure/aws/production/ecs-task-definition-web.json index 4ac09cbd414b..3d23b00e463b 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -143,7 +143,7 @@ }, { "name": "MASTER_API_KEY_THROTTLE_RATE", - "value": "10/sec" + "value": "100/sec" }, { "name": "OAUTH_CLIENT_ID",