Controls whether the block tree database is kept in memory.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

void
UpdateBlockTreeDbInMemory(bool block_tree_db_in_memory);

Parameters

Name

Description

block_tree_db_in_memory

True to keep the block tree database in memory.

Created with MrDocs