Reduce retries when deleting call links
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
parent
f0667f12a4
commit
e50f64f7b5
1 changed files with 1 additions and 1 deletions
|
@ -66,5 +66,5 @@ export class CallLinksDeleteJobQueue extends JobQueue<CallLinksDeleteJobData> {
|
|||
export const callLinksDeleteJobQueue = new CallLinksDeleteJobQueue({
|
||||
store: jobQueueDatabaseStore,
|
||||
queueType: 'callLinksDelete',
|
||||
maxAttempts: 25,
|
||||
maxAttempts: 5,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue