Skip to content
Snippets Groups Projects
Unverified Commit 8c90cbcb authored by syuilo's avatar syuilo
Browse files

Disable lifo

parent a4a47772
No related branches found
No related tags found
No related merge requests found
......@@ -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
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment