tuning performance

This commit is contained in:
Dmitry Zuikov 2024-02-07 17:44:47 +03:00
parent f049f36d42
commit 4e136aa08b
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ instance ( Hashable (Peer e)
updateOP b $ insertSize b p h size updateOP b $ insertSize b p h size
commitNow b True commitNow b True
-- FIXME: wait-till-really-commited -- FIXME: wait-till-really-commited
sz <- liftIO $ selectBlockSize b p h -- sz <- liftIO $ selectBlockSize b p h
-- trace $ "BRAINS: onBlockSize" <+> pretty p <+> pretty h <+> pretty sz -- trace $ "BRAINS: onBlockSize" <+> pretty p <+> pretty h <+> pretty sz
pure () pure ()