diff --git a/src/app.module.ts b/src/app.module.ts index 2401b0c..f2bb590 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -47,7 +47,7 @@ import { WeatherModule } from './weather/weather.module'; load: config, }), ThrottlerModule.forRoot({ - throttlers: [{ ttl: 60000, limit: 30 }], + throttlers: [{ ttl: 60000, limit: 100 }], generateKey: (context) => { const req = context.switchToHttp().getRequest(); return req.headers['x-forwarded-for'] || req.ip;