mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Reduce retries when deleting call links
This commit is contained in:
@@ -66,5 +66,5 @@ export class CallLinksDeleteJobQueue extends JobQueue<CallLinksDeleteJobData> {
|
||||
export const callLinksDeleteJobQueue = new CallLinksDeleteJobQueue({
|
||||
store: jobQueueDatabaseStore,
|
||||
queueType: 'callLinksDelete',
|
||||
maxAttempts: 25,
|
||||
maxAttempts: 5,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user