feat: higher limit

This commit is contained in:
Nevo David 2024-12-14 17:03:29 +07:00
parent 6fc237f44f
commit b34a77c48c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import { ThrottlerModule } from '@nestjs/throttler';
ThrottlerModule.forRoot([
{
ttl: 3600000,
limit: 20,
limit: 30,
},
]),
],