Skip to content

Commit

Permalink
fix: throttler limit 500으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyohyo12 committed Nov 14, 2024
1 parent 1a6cef6 commit 17f0241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { ThrottlerGuard, ThrottlerModule } from '@nestjs/throttler';
ThrottlerModule.forRoot([
{
ttl: 60000,
limit: 50,
limit: 500,
},
]),
AuthModule,
Expand Down

0 comments on commit 17f0241

Please sign in to comment.