diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-23 13:10:51 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:21 +0800 |
commit | b9defd2cc002d3b5bb3284f9bf11bb08a8e50939 (patch) | |
tree | 8a6ff6199aee8f192862852cb857fa7a6aa018dc /vendor | |
parent | 36e65e7017fc87c44b52b736e09585fc2bfc1e3b (diff) | |
download | go-tangerine-b9defd2cc002d3b5bb3284f9bf11bb08a8e50939.tar go-tangerine-b9defd2cc002d3b5bb3284f9bf11bb08a8e50939.tar.gz go-tangerine-b9defd2cc002d3b5bb3284f9bf11bb08a8e50939.tar.bz2 go-tangerine-b9defd2cc002d3b5bb3284f9bf11bb08a8e50939.tar.lz go-tangerine-b9defd2cc002d3b5bb3284f9bf11bb08a8e50939.tar.xz go-tangerine-b9defd2cc002d3b5bb3284f9bf11bb08a8e50939.tar.zst go-tangerine-b9defd2cc002d3b5bb3284f9bf11bb08a8e50939.zip |
params: Update testnet dmoment
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/dexon-foundation/dexon-consensus/core/consensus.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/dexon-foundation/dexon-consensus/core/consensus.go b/vendor/github.com/dexon-foundation/dexon-consensus/core/consensus.go index 2cef6bc6d..413f16caa 100644 --- a/vendor/github.com/dexon-foundation/dexon-consensus/core/consensus.go +++ b/vendor/github.com/dexon-foundation/dexon-consensus/core/consensus.go @@ -577,7 +577,7 @@ func newConsensusForRound( logger: logger, resetRandomnessTicker: make(chan struct{}), resetDeliveryGuardTicker: make(chan struct{}), - msgChan: make(chan interface{}, 1024), + msgChan: make(chan interface{}, 10240), } con.ctx, con.ctxCancel = context.WithCancel(context.Background()) con.baMgr = newAgreementMgr(con, initRound, initRoundBeginTime) |