Correct documentation for no_block_cache in leveldb/options.h

Summary: false shoudl have been true in comment

Test Plan: visual
main
Mayank Agarwal 11 years ago
parent 8a3547d38e
commit 28e6fe5e9f
  1. 2
      include/leveldb/options.h

@ -413,7 +413,7 @@ struct Options {
// The default value is MAX_INT so that roll-over does not take place.
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
// point to a nullptr object.
bool no_block_cache;

Loading…
Cancel
Save