default dbcache 450 (needed for txindex)

This commit is contained in:
Michel van Kessel
2020-11-24 08:25:41 +01:00
parent ab6828fc89
commit f31219c9d8

View File

@@ -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)