Skip to content

Commit ee3d862

Browse files
authoredFeb 14, 2019
Merge pull request #534 from libp2p/fix/relay-advertisement-delay
increase initial relay advertisement delay to 30s
2 parents fa7ef71 + 7fa3751 commit ee3d862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎p2p/host/relay/relay.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var (
15-
AdvertiseBootDelay = 5 * time.Second
15+
AdvertiseBootDelay = 30 * time.Second
1616
)
1717

1818
// RelayHost is a Host that provides Relay services.

0 commit comments

Comments
 (0)
Please sign in to comment.