Disable lifo

This commit is contained in:
syuilo 2019-03-08 20:58:01 +09:00
parent 8666d75e9a
commit 6946849191

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
});