mirror of https://github.com/voidlizard/hbs2
weird
This commit is contained in:
parent
eaa2c41827
commit
0ecd0bf437
|
@ -30,14 +30,14 @@ defProtoPipelineSize :: Int
|
||||||
defProtoPipelineSize = 65536*4
|
defProtoPipelineSize = 65536*4
|
||||||
|
|
||||||
defCookieTimeout :: TimeSpec
|
defCookieTimeout :: TimeSpec
|
||||||
defCookieTimeout = toTimeSpec ( 60 :: Timeout 'Minutes)
|
defCookieTimeout = toTimeSpec ( 300 :: Timeout 'Minutes)
|
||||||
|
|
||||||
defBlockInfoTimeout :: TimeSpec
|
defBlockInfoTimeout :: TimeSpec
|
||||||
defBlockInfoTimeout = toTimeSpec ( 60 :: Timeout 'Minutes)
|
defBlockInfoTimeout = toTimeSpec ( 300 :: Timeout 'Minutes)
|
||||||
|
|
||||||
-- how much time wait for block from peer?
|
-- how much time wait for block from peer?
|
||||||
defBlockWaitMax :: Timeout 'Seconds
|
defBlockWaitMax :: Timeout 'Seconds
|
||||||
defBlockWaitMax = 60 :: Timeout 'Seconds
|
defBlockWaitMax = 300 :: Timeout 'Seconds
|
||||||
|
|
||||||
defBlockWaitSleep :: Timeout 'Seconds
|
defBlockWaitSleep :: Timeout 'Seconds
|
||||||
defBlockWaitSleep = 1 :: Timeout 'Seconds
|
defBlockWaitSleep = 1 :: Timeout 'Seconds
|
||||||
|
|
Loading…
Reference in New Issue