mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
75d34f18d7
commit
30ac04d0a6
|
@ -153,7 +153,7 @@ simpleStorageWorker ss = do
|
||||||
Just a -> a >> next
|
Just a -> a >> next
|
||||||
|
|
||||||
killer <- async $ forever $ do
|
killer <- async $ forever $ do
|
||||||
pause ( 30 :: Timeout 'Seconds ) -- FIXME: setting
|
pause ( 20 :: Timeout 'Seconds ) -- FIXME: setting
|
||||||
|
|
||||||
atomically $ do
|
atomically $ do
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue