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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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