From 49215461fb407a718a469a7287eaba00f726c59e Mon Sep 17 00:00:00 2001 From: Maciej Skierkowski Date: Sat, 14 Sep 2024 21:39:59 -0700 Subject: [PATCH] bumping up global limit --- ai-chat-api/serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-chat-api/serverless.yml b/ai-chat-api/serverless.yml index b513b1d..b6a78e9 100644 --- a/ai-chat-api/serverless.yml +++ b/ai-chat-api/serverless.yml @@ -7,7 +7,7 @@ stages: customDomainNameChatApi: chat.${param:customDomainName} dynamoDbUsageTableName: ${self:service}-usage-table-${sls:stage} throttleMonthlyLimitUser: 20 - throttleMonthlyLimitGlobal: 2000 + throttleMonthlyLimitGlobal: 4000 provider: name: aws