Commit a6c28389 authored by vyzo's avatar vyzo

tune down batch dial delays

parent bbd0a017
...@@ -58,9 +58,9 @@ var ( ...@@ -58,9 +58,9 @@ var (
) )
var ( var (
delayDialPrivateAddr = 5 * time.Millisecond delayDialPrivateAddr = 1 * time.Millisecond
delayDialPublicAddr = 25 * time.Millisecond delayDialPublicAddr = 5 * time.Millisecond
delayDialRelayAddr = 50 * time.Millisecond delayDialRelayAddr = 10 * time.Millisecond
) )
// DialAttempts governs how many times a goroutine will try to dial a given peer. // 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