Skip to content

Commit

Permalink
Increase rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Jan 3, 2024
1 parent 8439402 commit dd9486e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/queues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const generateDocsWorker = new Worker<GenerateDocsWorkerOptions>(
connection: redisOptions,
useWorkerThreads: false,
limiter: {
max: 1,
max: 2,
duration: 10000,
},
},
Expand Down

0 comments on commit dd9486e

Please sign in to comment.