Skip to content

Commit

Permalink
bumping up global limit
Browse files Browse the repository at this point in the history
  • Loading branch information
skierkowski committed Sep 15, 2024
1 parent 9e0745d commit 4921546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai-chat-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4921546

Please sign in to comment.