Skip to content

Commit

Permalink
Merge pull request #4230 from wpaulino/increase-zmq-timeout
Browse files Browse the repository at this point in the history
chainregistry: increase zmq connection timeout with bitcoind backend
  • Loading branch information
Roasbeef authored Apr 29, 2020
2 parents 948fe8c + c039aee commit 957b342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainregistry.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func newChainControlFromConfig(cfg *config, chanDB *channeldb.DB,
activeNetParams.Params, bitcoindHost,
bitcoindMode.RPCUser, bitcoindMode.RPCPass,
bitcoindMode.ZMQPubRawBlock, bitcoindMode.ZMQPubRawTx,
100*time.Millisecond,
5*time.Second,
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 957b342

Please sign in to comment.