Reduce device link update interval

pull/101/head
Niels Andriesse 5 years ago
parent 50d446f90f
commit 067a31bb79

@ -21,7 +21,7 @@ public final class LokiAPI : NSObject {
private static var userIDScanLimit: UInt = 4096 private static var userIDScanLimit: UInt = 4096
internal static var powDifficulty: UInt = 4 internal static var powDifficulty: UInt = 4
public static let defaultMessageTTL: UInt64 = 24 * 60 * 60 * 1000 public static let defaultMessageTTL: UInt64 = 24 * 60 * 60 * 1000
public static let deviceLinkUpdateInterval: TimeInterval = 60 public static let deviceLinkUpdateInterval: TimeInterval = 20
// MARK: Types // MARK: Types
public typealias RawResponse = Any public typealias RawResponse = Any

Loading…
Cancel
Save