Increase snode failure threshold

This commit is contained in:
nielsandriesse 2020-10-02 11:04:54 +10:00
parent cc424a9a38
commit 28ebc0e9b6

View file

@ -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