Add default info to comment in leveldb/options.h for no_block_cache

Summary: to ley clients know

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

@ -416,6 +416,7 @@ struct Options {
// 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.
// Default: false
bool no_block_cache;
// Number of shards used for table cache.

Loading…
Cancel
Save