Skip to content

Commit

Permalink
cmd/geth, cmd/utils/flags, eth/ethconfig: add http rpc timeout option (
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Aug 29, 2021
1 parent 97d6d03 commit aa040b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Expand Up @@ -778,7 +778,7 @@ var (

HTTPRpcTimeoutFlag = cli.StringFlag{
Name: "http.timeout",
Usage: "Sets rpc http request timeout",
Usage: "Sets http rpc request timeout",
Value: fmt.Sprint(ethconfig.Defaults.HTTPRpcTimeout.Nanoseconds(), "ns"),
}
)
Expand Down

0 comments on commit aa040b3

Please sign in to comment.