Skip to content

Commit

Permalink
raised rateLimit to 10 request per second (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehDulebaEpam authored Dec 13, 2023
1 parent dc9690c commit 3555192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/AngularCourseStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class AngularCourseStack extends cdk.Stack {
autoDeploy: true,
stageName: "angular",
throttle: {
rateLimit: 1,
rateLimit: 10,
},
});

Expand Down

0 comments on commit 3555192

Please sign in to comment.