Correct documentation for no_block_cache in leveldb/options.h
Summary: false shoudl have been true in comment Test Plan: visual
This commit is contained in:
parent
8a3547d38e
commit
28e6fe5e9f
@ -413,7 +413,7 @@ struct Options {
|
|||||||
// The default value is MAX_INT so that roll-over does not take place.
|
// The default value is MAX_INT so that roll-over does not take place.
|
||||||
uint64_t max_manifest_file_size;
|
uint64_t max_manifest_file_size;
|
||||||
|
|
||||||
// Disable block cache. If this is set to false,
|
// 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.
|
||||||
bool no_block_cache;
|
bool no_block_cache;
|
||||||
|
Loading…
Reference in New Issue
Block a user