Skip to content

Commit

Permalink
inc dial timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Jun 24, 2024
1 parent a0808a2 commit ceacb20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion p2p/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import (
)

const (
defaultDialTimeout = time.Second
// TODO: Maybe revert
defaultDialTimeout = 3 * time.Second
defaultFilterTimeout = 5 * time.Second
defaultHandshakeTimeout = 3 * time.Second
)
Expand Down

0 comments on commit ceacb20

Please sign in to comment.