mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Merge branch 'master' of github.com:tomochain/tomochain
This commit is contained in:
commit
7e0c8a293b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const (
|
||||||
// chainSideChanSize is the size of channel listening to ChainSideEvent.
|
// chainSideChanSize is the size of channel listening to ChainSideEvent.
|
||||||
chainSideChanSize = 10
|
chainSideChanSize = 10
|
||||||
// Timeout waiting for M1
|
// Timeout waiting for M1
|
||||||
m1Timeout = 1
|
m1Timeout = 10
|
||||||
)
|
)
|
||||||
|
|
||||||
// Agent can register themself with the worker
|
// Agent can register themself with the worker
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue