Compute the coins-cache usage threshold above which a periodic flush is warranted.
Declared in <validation.h>
constexpr
int64_t
LargeCoinsCacheThreshold(int64_t total_space) noexcept;
The usage threshold, in the same units as total_space.
| Name | Description |
|---|---|
| total_space | The total space available to the coins cache. |