Disable lifo

This commit is contained in:
syuilo 2019-03-08 20:58:01 +09:00
parent a4a47772dc
commit 8c90cbcbfb
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -40,7 +40,6 @@ export function deliver(user: ILocalUser, content: any, to: any) {
type: 'exponential',
delay: 1000
},
lifo: true,
removeOnComplete: true,
removeOnFail: true
});
@ -58,7 +57,6 @@ export function inbox(activity: any, signature: httpSignature.IParsedSignature)
type: 'exponential',
delay: 1000
},
lifo: true,
removeOnComplete: true,
removeOnFail: true
});