Make error handling a bit less aggressive again

pull/260/head
nielsandriesse 4 years ago
parent f0d9df0e12
commit 6cb0cd48c3

@ -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 = 1
private static let snodeFailureThreshold = 2
private static let targetSwarmSnodeCount = 2
internal static var powDifficulty: UInt = 1

Loading…
Cancel
Save