mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Lower attachment download job max failure count
This commit is contained in:
parent
2396f22ede
commit
a3b1a81ab3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue