From 3ab2792f932778c3fb26adf8cb1ceb7e236b4331 Mon Sep 17 00:00:00 2001 From: Mayank Agarwal Date: Mon, 19 Aug 2013 14:29:40 -0700 Subject: [PATCH] Add default info to comment in leveldb/options.h for no_block_cache Summary: to ley clients know Test Plan: visual --- include/leveldb/options.h | 1 + 1 file changed, 1 insertion(+) 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.