mirror of https://github.com/voidlizard/hbs2
weird
This commit is contained in:
parent
0ecd0bf437
commit
ebaa2d7f74
|
@ -585,7 +585,7 @@ main = do
|
||||||
let (p0:ps) = [0..1] :: [Peer Fake]
|
let (p0:ps) = [0..1] :: [Peer Fake]
|
||||||
|
|
||||||
-- others
|
-- others
|
||||||
others <- forM ps $ \p -> async $ runTestPeer p $ \s cw -> do
|
others <- forM ps $ \p -> asyncBound $ runTestPeer p $ \s cw -> do
|
||||||
let findBlk = hasBlock s
|
let findBlk = hasBlock s
|
||||||
|
|
||||||
-- let size = 1024*1024*1
|
-- let size = 1024*1024*1
|
||||||
|
|
Loading…
Reference in New Issue