update inbox import timeout

This commit is contained in:
April John 2023-05-24 21:03:37 +02:00
parent 6f4465aa32
commit 5e2adc9ad8

View file

@ -348,6 +348,8 @@ export function createImportMastoPostJob(
{ {
removeOnComplete: true, removeOnComplete: true,
removeOnFail: true, removeOnFail: true,
attempts: config.inboxJobMaxAttempts || 8,
timeout: 60 * 1000, // 1min
}, },
); );
} }