Increase snode failure threshold

pull/293/head
nielsandriesse 5 years ago
parent ae925c57de
commit 80babb0c4b

@ -18,7 +18,7 @@ public final class SnodeAPI : NSObject {
private static let minimumSnodePoolCount = 64
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 snodeFailureThreshold = 2
private static let snodeFailureThreshold = 10
private static let targetSwarmSnodeCount = 2
internal static var powDifficulty: UInt = 1

Loading…
Cancel
Save