mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 13:07:17 +00:00
increase body download timeout (#3217)
This commit is contained in:
parent
c0523482a8
commit
f0f33f1519
@ -348,7 +348,7 @@ func New(stack *node.Node, config *ethconfig.Config, logger log.Logger) (*Ethere
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
config.BodyDownloadTimeoutSeconds = 30
|
||||
config.BodyDownloadTimeoutSeconds = 60
|
||||
|
||||
var txPoolRPC txpool_proto.TxpoolServer
|
||||
var miningRPC txpool_proto.MiningServer
|
||||
|
@ -87,7 +87,7 @@ var Defaults = Config{
|
||||
GPO: FullNodeGPO,
|
||||
RPCTxFeeCap: 1, // 1 ether
|
||||
|
||||
BodyDownloadTimeoutSeconds: 30,
|
||||
BodyDownloadTimeoutSeconds: 60,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
Loading…
Reference in New Issue
Block a user