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

Name

Description

total_space

The total space available to the coins cache.

Created with MrDocs