mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
update inbox import timeout
This commit is contained in:
parent
6f4465aa32
commit
5e2adc9ad8
1 changed files with 2 additions and 0 deletions
|
@ -348,6 +348,8 @@ export function createImportMastoPostJob(
|
|||
{
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true,
|
||||
attempts: config.inboxJobMaxAttempts || 8,
|
||||
timeout: 60 * 1000, // 1min
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue