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:
Mayank Agarwal 2013-08-19 14:29:40 -07:00
parent 28e6fe5e9f
commit 3ab2792f93

View File

@ -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.