From 0159c15e5845737a042469da17c7f0ecf11afd6d Mon Sep 17 00:00:00 2001 From: voidlizard Date: Fri, 14 Mar 2025 07:27:38 +0300 Subject: [PATCH] wip --- hbs2-storage-ncq/lib/HBS2/Storage/NCQ.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbs2-storage-ncq/lib/HBS2/Storage/NCQ.hs b/hbs2-storage-ncq/lib/HBS2/Storage/NCQ.hs index f4e59f2d..8520ca61 100644 --- a/hbs2-storage-ncq/lib/HBS2/Storage/NCQ.hs +++ b/hbs2-storage-ncq/lib/HBS2/Storage/NCQ.hs @@ -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]