Reduce device link update interval

This commit is contained in:
Niels Andriesse 2020-02-13 16:40:20 +11:00
parent 50d446f90f
commit 067a31bb79
1 changed files with 1 additions and 1 deletions

View File

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