diff --git a/src/validation.h b/src/validation.h index 25fa08a26..3839423b5 100644 --- a/src/validation.h +++ b/src/validation.h @@ -148,7 +148,7 @@ static const bool DEFAULT_PEERBLOOMFILTERS = true; static const int DEFAULT_STOPATHEIGHT = 0; // Define the cache size threshold -const size_t CACHE_SIZE_THRESHOLD = 50; +const size_t CACHE_SIZE_THRESHOLD = 20; bool CacheAndFlushZerocoinData(CValidationState& state, const CBlockIndex* pindex, const std::map& mapSpends,