From e4c80b7fa5f1b7be6aeea6d582ba0a567da54068 Mon Sep 17 00:00:00 2001 From: yupix Date: Mon, 25 Sep 2023 21:27:33 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=82=B8=E3=83=A7=E3=83=96=E3=81=AE?= =?UTF-8?q?=E5=87=A6=E7=90=86=E4=B8=8A=E9=99=90=E3=82=92=E7=B7=A9=E5=92=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/migration/jobqueue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/migration/jobqueue.ts b/src/migration/jobqueue.ts index 4f1c22f4f..87e951d46 100644 --- a/src/migration/jobqueue.ts +++ b/src/migration/jobqueue.ts @@ -9,7 +9,7 @@ const queueRedisConf: Queue.QueueOptions = { }, prefix: "ayuskey_next", limiter: { - max: 100, + max: 500, duration: 1000, }, };