Skip to content

Commit

Permalink
Merge pull request #318 from ethstorage/rpc_timeout
Browse files Browse the repository at this point in the history
RPC timeout update
  • Loading branch information
syntrust authored Sep 24, 2024
2 parents 73b8627 + 53ac03c commit 85774d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethstorage/node/eth_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type ethAPI struct {
}

const (
defaultCallTimeout = 2 * time.Second
defaultCallTimeout = 10 * time.Second
)

var (
Expand Down

0 comments on commit 85774d3

Please sign in to comment.