Add default info to comment in leveldb/options.h for no_block_cache
Summary: to ley clients know Test Plan: visual
This commit is contained in:
parent
28e6fe5e9f
commit
3ab2792f93
@ -416,6 +416,7 @@ struct Options {
|
|||||||
// Disable block cache. If this is set to true,
|
// Disable block cache. If this is set to true,
|
||||||
// then no block cache should be used, and the block_cache should
|
// then no block cache should be used, and the block_cache should
|
||||||
// point to a nullptr object.
|
// point to a nullptr object.
|
||||||
|
// Default: false
|
||||||
bool no_block_cache;
|
bool no_block_cache;
|
||||||
|
|
||||||
// Number of shards used for table cache.
|
// Number of shards used for table cache.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user