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 30, 2023
1 parent 87910c3 commit aead532
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: 150,
max: 1000,
duration: 1000,
},
};
Expand Down

0 comments on commit aead532

Please sign in to comment.