]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Add default info to comment in leveldb/options.h for no_block_cache
authorMayank Agarwal <amayank@fb.com>
Mon, 19 Aug 2013 21:29:40 +0000 (14:29 -0700)
committerMayank Agarwal <amayank@fb.com>
Mon, 19 Aug 2013 21:29:40 +0000 (14:29 -0700)
Summary: to ley clients know

Test Plan: visual

include/leveldb/options.h

index dee174ff2636297a8be712239ec2af4b32054211..8e3c64e4a80e5c94e996effe15413a67aafe9740 100644 (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.