Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
chore: ジョブの処理上限を緩和
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Sep 25, 2023
1 parent 0817d40 commit e4c80b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration/jobqueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const queueRedisConf: Queue.QueueOptions = {
},
prefix: "ayuskey_next",
limiter: {
max: 100,
max: 500,
duration: 1000,
},
};
Expand Down

0 comments on commit e4c80b7

Please sign in to comment.