diff --git a/apps/backend/src/app.module.ts b/apps/backend/src/app.module.ts index 2d3139d1..f9cc38ba 100644 --- a/apps/backend/src/app.module.ts +++ b/apps/backend/src/app.module.ts @@ -21,7 +21,7 @@ import { ThrottlerModule } from '@nestjs/throttler'; ThrottlerModule.forRoot([ { ttl: 3600000, - limit: 20, + limit: 30, }, ]), ],