We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4895e01 commit 9e93d75Copy full SHA for 9e93d75
coderd/devtunnel/servers.go
@@ -73,6 +73,7 @@ func FindClosestNode() (Node, error) {
73
}
74
75
pinger.Count = 5
76
+ pinger.Timeout = 3 * time.Second
77
err = pinger.Run()
78
if err != nil {
79
return err
0 commit comments