Remove debug code

This commit is contained in:
nielsandriesse 2021-04-14 15:49:08 +10:00
parent a76c43973f
commit 8433c2d4ab
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public final class SnodeAPI : NSObject {
// MARK: Settings
private static let maxRetryCount: UInt = 8
private static let minimumSwarmSnodeCount = 3
private static let seedNodePool: Set<String> = [ "http://public.loki.foundation:38157" ]
private static let seedNodePool: Set<String> = useTestnet ? [ "http://public.loki.foundation:38157" ] : [ "https://storage.seed1.loki.network:4433", "https://storage.seed3.loki.network:4433", "https://public.loki.foundation:4433" ]
private static let snodeFailureThreshold = 3
private static let targetSwarmSnodeCount = 2