Disable lifo
This commit is contained in:
parent
a4a47772dc
commit
8c90cbcbfb
1 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ export function deliver(user: ILocalUser, content: any, to: any) {
|
||||||
type: 'exponential',
|
type: 'exponential',
|
||||||
delay: 1000
|
delay: 1000
|
||||||
},
|
},
|
||||||
lifo: true,
|
|
||||||
removeOnComplete: true,
|
removeOnComplete: true,
|
||||||
removeOnFail: true
|
removeOnFail: true
|
||||||
});
|
});
|
||||||
|
@ -58,7 +57,6 @@ export function inbox(activity: any, signature: httpSignature.IParsedSignature)
|
||||||
type: 'exponential',
|
type: 'exponential',
|
||||||
delay: 1000
|
delay: 1000
|
||||||
},
|
},
|
||||||
lifo: true,
|
|
||||||
removeOnComplete: true,
|
removeOnComplete: true,
|
||||||
removeOnFail: true
|
removeOnFail: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue