feat: higher limit
This commit is contained in:
parent
6fc237f44f
commit
b34a77c48c
|
|
@ -21,7 +21,7 @@ import { ThrottlerModule } from '@nestjs/throttler';
|
|||
ThrottlerModule.forRoot([
|
||||
{
|
||||
ttl: 3600000,
|
||||
limit: 20,
|
||||
limit: 30,
|
||||
},
|
||||
]),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue