Skip to content

Commit 19bfd91

Browse files
authored
Increase Throttle Limit to 100 per 60 Second
1 parent f8381bc commit 19bfd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/api.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class ApiController {
5454
};
5555
}
5656

57-
@Throttle(10, 60)
57+
@Throttle(100, 60)
5858
@Get('sendOTP')
5959
@UsePipes(new ValidationPipe({ transform: true }))
6060
async sendOTP(

0 commit comments

Comments
 (0)