Lower attachment download job max failure count

This commit is contained in:
Niels Andriesse 2020-12-04 10:22:01 +11:00
parent 2396f22ede
commit a3b1a81ab3

View file

@ -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) {