Skip to content

Commit

Permalink
fix: increase throttler
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 30, 2024
1 parent ee92d48 commit eb95be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/src/processors/helper/helper.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const providers: Provider<any>[] = [
ScheduleModule.forRoot(),
ThrottlerModule.forRoot([
{
ttl: 60_000,
ttl: 10_000,
limit: 50,
},
]),
Expand Down

0 comments on commit eb95be1

Please sign in to comment.