Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-swarm
Commits
a6c28389
Commit
a6c28389
authored
Mar 31, 2021
by
vyzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune down batch dial delays
parent
bbd0a017
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
swarm_dial.go
swarm_dial.go
+3
-3
No files found.
swarm_dial.go
View file @
a6c28389
...
...
@@ -58,9 +58,9 @@ var (
)
var
(
delayDialPrivateAddr
=
5
*
time
.
Millisecond
delayDialPublicAddr
=
2
5
*
time
.
Millisecond
delayDialRelayAddr
=
5
0
*
time
.
Millisecond
delayDialPrivateAddr
=
1
*
time
.
Millisecond
delayDialPublicAddr
=
5
*
time
.
Millisecond
delayDialRelayAddr
=
1
0
*
time
.
Millisecond
)
// DialAttempts governs how many times a goroutine will try to dial a given peer.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment