mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
98290d6c76
commit
21a6057b39
|
@ -606,7 +606,7 @@ mailboxProtoWorker readConf me@MailboxProtoWorker{..} = do
|
||||||
<&> HM.toList
|
<&> HM.toList
|
||||||
<&> fmap (,10)
|
<&> fmap (,10)
|
||||||
|
|
||||||
polling (Polling 30 30) mail $ \(pk, down@MailboxDownload{..}) -> do
|
polling (Polling 2 2) mail $ \(pk, down@MailboxDownload{..}) -> do
|
||||||
done <- findMissedBlocks mpwStorage mailboxStatusRef <&> L.null
|
done <- findMissedBlocks mpwStorage mailboxStatusRef <&> L.null
|
||||||
|
|
||||||
fails <- newTVarIO 0
|
fails <- newTVarIO 0
|
||||||
|
|
Loading…
Reference in New Issue