wip, log merging, debug-11

This commit is contained in:
Dmitry Zuikov 2023-07-19 12:32:04 +03:00
parent 43139c44ea
commit 0e1bf90928
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ refChanWorker env brains = do
h <- liftIO $ getRef sto (RefChanLogKey @s chan) h <- liftIO $ getRef sto (RefChanLogKey @s chan)
-- игнорируем, если синхронно
unless ((HashRef <$> h) == Just val) do unless ((HashRef <$> h) == Just val) do
refChanAddDownload env chan val $ \href -> do refChanAddDownload env chan val $ \href -> do