This commit is contained in:
voidlizard 2025-03-14 07:27:38 +03:00 committed by Dmitry Zuykov
parent 7597ed2822
commit 0159c15e58
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ ncqStorageRun ncq@NCQStorage{..} = flip runContT pure do
stopped <- readTVarIO ncqStopped
when (dumpByTime || bytes >= dumpData || flushNow || stopped) do
debug "NCQStorage: dump data!"
-- debug "NCQStorage: dump data!"
liftIO $ writeJournal indexQ syncData
mapM_ waitCatch [writer,indexer,refsWriter]