update inbox import timeout
This commit is contained in:
parent
208c7d380a
commit
3ac0946019
|
@ -348,6 +348,8 @@ export function createImportMastoPostJob(
|
||||||
{
|
{
|
||||||
removeOnComplete: true,
|
removeOnComplete: true,
|
||||||
removeOnFail: true,
|
removeOnFail: true,
|
||||||
|
attempts: config.inboxJobMaxAttempts || 8,
|
||||||
|
timeout: 60 * 1000, // 1min
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue