diff --git a/src/queue/index.ts b/src/queue/index.ts index 93b103f5d..2fefeb83a 100644 --- a/src/queue/index.ts +++ b/src/queue/index.ts @@ -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 });