Browse Source

reduce autorelay boot delay to 30s

pull/570/head
vyzo 6 years ago
parent
commit
e2412502a6
  1. 2
      p2p/host/relay/autorelay.go

2
p2p/host/relay/autorelay.go

@ -28,7 +28,7 @@ const (
var (
DesiredRelays = 3
BootDelay = 60 * time.Second
BootDelay = 30 * time.Second
unspecificRelay = ma.StringCast("/p2p-circuit")
)

Loading…
Cancel
Save