options: WithBlockCacheSize
documentation not correct about BlockCacheSize
default value
#1844
Labels
area/documentation
Documentation related issues.
What version of Badger is the target?
v3@2103.5 and master
Documentation.
BlockCacheSize
: This is set to256<<20
(256Mib?) when using the default options but theWithBlockCacheSize
method says the default value is zero.Additional information.
https://github.com/dgraph-io/badger/blob/main/options.go#L163
https://github.com/dgraph-io/badger/blob/main/options.go#L710
The text was updated successfully, but these errors were encountered: