diff --git a/backend/src/app.module.ts b/backend/src/app.module.ts index f1f7de493..31f25df6d 100644 --- a/backend/src/app.module.ts +++ b/backend/src/app.module.ts @@ -45,10 +45,9 @@ import { ThrottlerModule, ThrottlerGuard } from '@nestjs/throttler'; throttlers: [ { ttl: 60000, - limit: 10, + limit: 200, }, ], - skipIf: () => true, }), ConnectionModule, ConnectionPropertiesModule,