Skip to content

Commit 4921546

Browse files
committed
bumping up global limit
1 parent 9e0745d commit 4921546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-chat-api/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stages:
77
customDomainNameChatApi: chat.${param:customDomainName}
88
dynamoDbUsageTableName: ${self:service}-usage-table-${sls:stage}
99
throttleMonthlyLimitUser: 20
10-
throttleMonthlyLimitGlobal: 2000
10+
throttleMonthlyLimitGlobal: 4000
1111

1212
provider:
1313
name: aws

0 commit comments

Comments
 (0)