From 701cab7df3158e6c0f4e483faa9e88b308145950 Mon Sep 17 00:00:00 2001 From: Brannon King Date: Tue, 23 Jun 2020 23:05:12 -0600 Subject: [PATCH] scaled back the dbcache change --- src/txdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/txdb.h b/src/txdb.h index 573048c8b..d185c56ed 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -59,7 +59,7 @@ class uint256; //! No need to periodic flush if at least this much space still available. static constexpr int MAX_BLOCK_COINSDB_USAGE = 10; //! -dbcache default (MiB) -static const int64_t nDefaultDbCache = 4096; +static const int64_t nDefaultDbCache = 800; //! -dbbatchsize default (bytes) static const int64_t nDefaultDbBatchSize = 16 << 20; //! max. -dbcache (MiB)