forked from TrueCloudLab/frostfs-node
Revert "[#1367] writecache: Drop BBolt related config variables"
This reverts commit 25d2ae8aaf
.
This commit is contained in:
parent
5dcbb7d7aa
commit
105278f1b3
12 changed files with 117 additions and 17 deletions
|
@ -118,5 +118,6 @@ func newCache(b *testing.B) writecache.Cache {
|
|||
writecache.WithBlobstor(bs),
|
||||
writecache.WithMetabase(testMetabase{}),
|
||||
writecache.WithMaxCacheSize(256<<30),
|
||||
writecache.WithSmallObjectSize(128<<10),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue