From cf19d79267abda2e2479b0f9c0c034b1241fd625 Mon Sep 17 00:00:00 2001 From: ohcee <46406370+ohcee@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:55:07 -0700 Subject: [PATCH] cache set to 12 --- src/validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validation.h b/src/validation.h index 42fa3ed8d..b8b0c4993 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 = 5; +const size_t CACHE_SIZE_THRESHOLD = 12; bool CacheAndFlushZerocoinData(CValidationState& state, const CBlockIndex* pindex, const std::map& mapSpends,