mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Disable lifo
This commit is contained in:
parent
8666d75e9a
commit
6946849191
@ -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
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user