mirror of https://github.com/voidlizard/hbs2
tuning performance
This commit is contained in:
parent
f049f36d42
commit
4e136aa08b
|
@ -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 ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue