Skip to content

Commit

Permalink
feat: set dial timeout as 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed May 29, 2024
1 parent 44e3838 commit 71ecb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
PayBidTxGasUsed = uint64(25000)

dialer = &net.Dialer{
Timeout: time.Second,
Timeout: 5 * time.Second,
KeepAlive: 60 * time.Second,
}

Expand Down

0 comments on commit 71ecb7f

Please sign in to comment.