chore(api): raise api throttling limit

This commit is contained in:
isra el
2025-02-24 00:11:40 +03:00
parent 087bdcc9d6
commit f9734c417a

View File

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