From 67496de411572e4f1f1d26ee9bb68a57339e3aa0 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Mon, 3 Feb 2020 21:05:38 +0900 Subject: [PATCH] =?UTF-8?q?AP=20inbox=E3=81=AE=E6=9C=80=E5=B0=8F=E3=83=AA?= =?UTF-8?q?=E3=83=88=E3=83=A9=E3=82=A4=E9=96=93=E9=9A=94=201=E7=A7=92?= =?UTF-8?q?=E2=86=921=E5=88=86=20(#5818)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/queue/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/queue/index.ts b/src/queue/index.ts index b1437da8b..76e26d8e4 100644 --- a/src/queue/index.ts +++ b/src/queue/index.ts @@ -109,7 +109,7 @@ export function inbox(activity: any, signature: httpSignature.IParsedSignature) attempts: config.inboxJobMaxAttempts || 8, backoff: { type: 'exponential', - delay: 1000 + delay: 60 * 1000 }, removeOnComplete: true, removeOnFail: true