Lower attachment download job max failure count

pull/318/head
Niels Andriesse 4 years ago
parent 2396f22ede
commit a3b1a81ab3

@ -21,7 +21,7 @@ public final class AttachmentDownloadJob : NSObject, Job, NSCoding { // NSObject
// MARK: Settings
public class var collection: String { return "AttachmentDownloadJobCollection" }
public static let maxFailureCount: UInt = 100
public static let maxFailureCount: UInt = 20
// MARK: Initialization
public init(attachmentID: String, tsIncomingMessageID: String) {

Loading…
Cancel
Save