Browse Source

chore(api): raise api throttling limit

pull/52/head
isra el 1 year ago
parent
commit
f9734c417a
  1. 2
      api/src/app.module.ts

2
api/src/app.module.ts

@ -16,7 +16,7 @@ import { BillingModule } from './billing/billing.module';
ThrottlerModule.forRoot([ ThrottlerModule.forRoot([
{ {
ttl: 60000, ttl: 60000,
limit: 30,
limit: 60,
}, },
]), ]),
ScheduleModule.forRoot(), ScheduleModule.forRoot(),

Loading…
Cancel
Save