Commit 477c19aa authored by vyzo's avatar vyzo
Browse files

reduce boot delay to 60s

parent 0ff73933
...@@ -22,7 +22,7 @@ import ( ...@@ -22,7 +22,7 @@ import (
var ( var (
DesiredRelays = 3 DesiredRelays = 3
BootDelay = 90 * time.Second BootDelay = 60 * time.Second
) )
// AutoRelayHost is a Host that uses relays for connectivity when a NAT is detected. // AutoRelayHost is a Host that uses relays for connectivity when a NAT is detected.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment