mirror of https://github.com/voidlizard/hbs2
fixed an oopsie in 4VQVM2R8N4
This commit is contained in:
parent
885682eb8a
commit
cd1a374f11
|
@ -169,6 +169,7 @@ reflogWorker conf adapter = do
|
|||
|
||||
here <- liftIO $ readTVarIO reflogMon <&> HashSet.member h
|
||||
unless here do
|
||||
liftIO $ atomically $ modifyTVar' reflogMon (HashSet.insert h)
|
||||
void $ liftIO $ async $ do
|
||||
timeout <- async (reflogTimeout reflog h)
|
||||
work <- async $ do
|
||||
|
|
Loading…
Reference in New Issue