diff --git a/include/leveldb/options.h b/include/leveldb/options.h index dee174ff2..8e3c64e4a 100644 --- a/include/leveldb/options.h +++ b/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.