mirror of
https://github.com/vernu/textbee.git
synced 2026-05-06 14:43:32 -04:00
chore(api): raise api throttling limit
This commit is contained in:
@@ -16,7 +16,7 @@ import { BillingModule } from './billing/billing.module';
|
||||
ThrottlerModule.forRoot([
|
||||
{
|
||||
ttl: 60000,
|
||||
limit: 30,
|
||||
limit: 60,
|
||||
},
|
||||
]),
|
||||
ScheduleModule.forRoot(),
|
||||
|
||||
Reference in New Issue
Block a user