Skip to content

Commit

Permalink
swarm: change relay dial delay to 500ms (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt authored Jul 10, 2023
1 parent 908b273 commit 79eee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/net/swarm/dial_ranker.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
PrivateQUICDelay = 30 * time.Millisecond

// RelayDelay is the duration by which relay dials are delayed relative to direct addresses
RelayDelay = 250 * time.Millisecond
RelayDelay = 500 * time.Millisecond
)

// NoDelayDialRanker ranks addresses with no delay. This is useful for simultaneous connect requests.
Expand Down

0 comments on commit 79eee3f

Please sign in to comment.