From 1ba00e08fe298bd25005cec01f5b637a15e35761 Mon Sep 17 00:00:00 2001 From: lateminer Date: Sat, 13 Oct 2018 02:03:13 +0300 Subject: [PATCH] Set nDefaultDbCache back to 100 MiB --- src/txdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/txdb.h b/src/txdb.h index e526b0c62..cc5ae0c66 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -20,7 +20,7 @@ struct CDiskTxPos; class uint256; //! -dbcache default (MiB) -static const int64_t nDefaultDbCache = 300; +static const int64_t nDefaultDbCache = 100; //! max. -dbcache (MiB) static const int64_t nMaxDbCache = sizeof(void*) > 4 ? 16384 : 1024; //! min. -dbcache (MiB)