mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Correct documentation for no_block_cache in leveldb/options.h
Summary: false shoudl have been true in comment Test Plan: visual
This commit is contained in:
@@ -413,7 +413,7 @@ struct Options {
|
||||
// The default value is MAX_INT so that roll-over does not take place.
|
||||
uint64_t max_manifest_file_size;
|
||||
|
||||
// Disable block cache. If this is set to false,
|
||||
// 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.
|
||||
bool no_block_cache;
|
||||
|
||||
Reference in New Issue
Block a user