bump initial autodiscovery delay to 15s
This commit is contained in:
parent
1c0355d3e8
commit
da3f7b5527
|
@ -66,7 +66,7 @@ func (as *AutoNATState) PublicAddr() (ma.Multiaddr, error) {
|
|||
func (as *AutoNATState) background() {
|
||||
// wait a bit for the node to come online and establish some connections
|
||||
// before starting autodetection
|
||||
time.Sleep(10 * time.Second)
|
||||
time.Sleep(15 * time.Second)
|
||||
for {
|
||||
as.autodetect()
|
||||
select {
|
||||
|
|
Loading…
Reference in New Issue