Unverified Commit 9ed7988b authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #23 from ipfs/dep/update-bbloom

dep: update bbloom again
parents 7ccf74a9 f9647c53
......@@ -51,7 +51,7 @@ func bloomCached(ctx context.Context, bs Blockstore, bloomSize, hashCount int) (
case <-ctx.Done():
return
case <-t.C:
fill.Set(bc.bloom.FillRatio())
fill.Set(bc.bloom.FillRatioTS())
}
}
}
......
......@@ -2,7 +2,7 @@ module github.com/ipfs/go-ipfs-blockstore
require (
github.com/hashicorp/golang-lru v0.5.1
github.com/ipfs/bbloom v0.0.3
github.com/ipfs/bbloom v0.0.4
github.com/ipfs/go-block-format v0.0.1
github.com/ipfs/go-cid v0.0.1
github.com/ipfs/go-datastore v0.0.1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment