1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 08:25:36 +02:00

AP inboxの最小リトライ間隔 1秒→1分 (#5818)

This commit is contained in:
MeiMei
2020-02-03 21:05:38 +09:00
committed by GitHub
parent 2a5a055d1c
commit 67496de411

View File

@@ -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