mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
Enable lifo job
This commit is contained in:
parent
ec1e9ffafb
commit
ac717278ea
@ -40,6 +40,7 @@ export function deliver(user: ILocalUser, content: any, to: any) {
|
||||
type: 'exponential',
|
||||
delay: 1000
|
||||
},
|
||||
lifo: true,
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true
|
||||
});
|
||||
@ -57,6 +58,7 @@ export function inbox(activity: any, signature: httpSignature.IParsedSignature)
|
||||
type: 'exponential',
|
||||
delay: 1000
|
||||
},
|
||||
lifo: true,
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user