packages/hyprspace: dial peers faster
This commit is contained in:
parent
8b6e5b831c
commit
e78677882d
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ func prettyDiscovery(ctx context.Context, node host.Host, peerTable map[string]p
|
||||||
if err != nil && (strings.HasPrefix(err.Error(), "failed to dial") ||
|
if err != nil && (strings.HasPrefix(err.Error(), "failed to dial") ||
|
||||||
strings.HasPrefix(err.Error(), "no addresses")) {
|
strings.HasPrefix(err.Error(), "no addresses")) {
|
||||||
// Attempt to connect to peers slowly when they aren't found.
|
// Attempt to connect to peers slowly when they aren't found.
|
||||||
time.Sleep(5 * time.Second)
|
time.Sleep(1 * time.Second)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue