Merge pull request #4230 from wpaulino/increase-zmq-timeout

chainregistry: increase zmq connection timeout with bitcoind backend
This commit is contained in:
Olaoluwa Osuntokun 2020-04-28 19:49:12 -07:00 committed by GitHub
commit 957b34262a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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