From f31219c9d8b8dfdf22caca6d8f161390a066c230 Mon Sep 17 00:00:00 2001 From: Michel van Kessel Date: Tue, 24 Nov 2020 08:25:41 +0100 Subject: [PATCH] default dbcache 450 (needed for txindex) --- src/txdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/txdb.h b/src/txdb.h index e09cb4d40..2b2316e7f 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -22,7 +22,7 @@ class CCoinsViewDBCursor; class uint256; //! -dbcache default (MiB) -static const int64_t nDefaultDbCache = 100; +static const int64_t nDefaultDbCache = 450; //! max. -dbcache (MiB) static const int64_t nMaxDbCache = sizeof(void*) > 4 ? 16384 : 1024; //! min. -dbcache (MiB)