|
|
@ -18,7 +18,7 @@ public final class SnodeAPI : NSObject {
|
|
|
|
private static let minimumSnodePoolCount = 64
|
|
|
|
private static let minimumSnodePoolCount = 64
|
|
|
|
private static let minimumSwarmSnodeCount = 2
|
|
|
|
private static let minimumSwarmSnodeCount = 2
|
|
|
|
private static let seedNodePool: Set<String> = [ "https://storage.seed1.loki.network", "https://storage.seed3.loki.network", "https://public.loki.foundation" ]
|
|
|
|
private static let seedNodePool: Set<String> = [ "https://storage.seed1.loki.network", "https://storage.seed3.loki.network", "https://public.loki.foundation" ]
|
|
|
|
private static let snodeFailureThreshold = 1
|
|
|
|
private static let snodeFailureThreshold = 2
|
|
|
|
private static let targetSwarmSnodeCount = 2
|
|
|
|
private static let targetSwarmSnodeCount = 2
|
|
|
|
|
|
|
|
|
|
|
|
internal static var powDifficulty: UInt = 1
|
|
|
|
internal static var powDifficulty: UInt = 1
|
|
|
|