wip, log merging, debug-15

This commit is contained in:
Dmitry Zuikov 2023-07-19 14:07:13 +03:00
parent e1725987c9
commit 88b4d929eb
1 changed files with 2 additions and 2 deletions

View File

@ -442,8 +442,8 @@ logMergeProcess _ q = do
current <- lift $ readLog sto (HashRef h) <&> HashSet.fromList
trans <- filter (not . flip HashSet.member current) . mconcat <$> mapM (lift . readLog sto) logs
-- trans <- mconcat <$> mapM (lift . readLog sto) logs
-- trans <- filter (not . flip HashSet.member current) . mconcat <$> mapM (lift . readLog sto) logs
trans <- mconcat <$> mapM (lift . readLog sto) logs
guard (not $ List.null trans)