From 477c19aac12bb1217e3a2c0e855ca373e60f4e1c Mon Sep 17 00:00:00 2001 From: vyzo Date: Thu, 18 Oct 2018 11:48:13 +0300 Subject: [PATCH] reduce boot delay to 60s --- p2p/host/relay/autorelay.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/host/relay/autorelay.go b/p2p/host/relay/autorelay.go index 1885879..aaae496 100644 --- a/p2p/host/relay/autorelay.go +++ b/p2p/host/relay/autorelay.go @@ -22,7 +22,7 @@ import ( var ( DesiredRelays = 3 - BootDelay = 90 * time.Second + BootDelay = 60 * time.Second ) // AutoRelayHost is a Host that uses relays for connectivity when a NAT is detected. -- GitLab