Skip to content

Commit

Permalink
increase throttler config
Browse files Browse the repository at this point in the history
  • Loading branch information
bahram1249 committed Feb 20, 2024
1 parent bf192b5 commit f67c9b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/main/src/routes/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ import { DynamicProviderModule } from '../dynamic-provider/dynamic-provider.modu
{
name: 'short',
ttl: 1000,
limit: 20,
limit: 2000,
},
{
name: 'medium',
ttl: 10000,
limit: 40,
limit: 20000,
},
{
name: 'long',
ttl: 60000,
limit: 300,
limit: 180000,
},
]),
DatabaseModule,
Expand Down

0 comments on commit f67c9b5

Please sign in to comment.