Commit 201a8d14 authored by vyzo's avatar vyzo

adjust next dial delays

parent 9d50a8c4
......@@ -59,8 +59,8 @@ var (
var (
DelayDialPrivateAddr = 5 * time.Millisecond
DelayDialPublicAddr = 50 * time.Millisecond
DelayDialRelayAddr = 100 * time.Millisecond
DelayDialPublicAddr = 25 * time.Millisecond
DelayDialRelayAddr = 50 * time.Millisecond
)
// DialAttempts governs how many times a goroutine will try to dial a given peer.
......
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