Merge branch 'master' of github.com:tomochain/tomochain

This commit is contained in:
Nguyen Sy Thanh Son 2018-08-08 04:30:57 +00:00
commit 7e0c8a293b

View file

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