diff --git a/ts/jobs/callLinksDeleteJobQueue.ts b/ts/jobs/callLinksDeleteJobQueue.ts index ec43a307ca0..f159c9681f0 100644 --- a/ts/jobs/callLinksDeleteJobQueue.ts +++ b/ts/jobs/callLinksDeleteJobQueue.ts @@ -66,5 +66,5 @@ export class CallLinksDeleteJobQueue extends JobQueue { export const callLinksDeleteJobQueue = new CallLinksDeleteJobQueue({ store: jobQueueDatabaseStore, queueType: 'callLinksDelete', - maxAttempts: 25, + maxAttempts: 5, });