rename memoryUnits
It's not just used for memory sizes.
This commit is contained in:
parent
d1cce869ed
commit
8675b2b075
4 changed files with 10 additions and 10 deletions
|
@ -422,7 +422,7 @@ bloom_info = simpleStat "bloom filter size" $ do
|
|||
-- Two bloom filters are used at the same time when running
|
||||
-- git-annex unused, so double the size of one.
|
||||
sizer <- mkSizer
|
||||
size <- sizer memoryUnits False . (* 2) . fromIntegral . fst <$>
|
||||
size <- sizer committeeUnits False . (* 2) . fromIntegral . fst <$>
|
||||
lift bloomBitsHashes
|
||||
|
||||
return $ size ++ note
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue