mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 03:22:52 +09: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