Skip to content

Commit

Permalink
tweak: pnet: increase renzdevous timeout to 5 * 0.3s
Browse files Browse the repository at this point in the history
  • Loading branch information
Contextualist committed Apr 1, 2023
1 parent 0fd3322 commit fb365aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pnet/p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type (

const (
dialAttemptInterval = 300 * time.Millisecond
rendezvousTimeout = 1300 * time.Millisecond
rendezvousTimeout = 1600 * time.Millisecond
)

var defaultLogger Logger
Expand Down

0 comments on commit fb365aa

Please sign in to comment.