LargeCoinsCacheThreshold

Compute the coins-cache usage threshold above which a periodic flush is warranted.

Synopsis

Declared in <validation.h>

constexpr
int64_t
LargeCoinsCacheThreshold(int64_t total_space) noexcept;

Return Value

The usage threshold, in the same units as total_space.

Parameters

NameDescription
total_spaceThe total space available to the coins cache.