diff --git a/src/parser.cpp b/src/parser.cpp index 8596a42..e64785f 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -339,6 +339,10 @@ options_metadata parser::load_settings() { "database.cache_capacity", value(&configured.database.cache_capacity), "The maximum number of entries in the unspent outputs cache, defaults to 10000." + )( + "database.block_cache_capacity", + value(&configured.database.block_cache_capacity), + "The maximum number of blocks in the block cache, defaults to 100." ) /* [blockchain] */ (