summaryrefslogtreecommitdiff
path: root/src/queue/index.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-08 20:58:01 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-08 20:58:01 +0900
commit8c90cbcbfba665c15519f7b015a86448f28524a5 (patch)
tree9fcb81d91d38e7886f17e32b4d1394054700ef30 /src/queue/index.ts
parentNew Crowdin translations (#4447) (diff)
downloadsharkey-8c90cbcbfba665c15519f7b015a86448f28524a5.tar.gz
sharkey-8c90cbcbfba665c15519f7b015a86448f28524a5.tar.bz2
sharkey-8c90cbcbfba665c15519f7b015a86448f28524a5.zip
Disable lifo
Diffstat (limited to 'src/queue/index.ts')
-rw-r--r--src/queue/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/queue/index.ts b/src/queue/index.ts
index 93b103f5dc..2fefeb83ab 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
});