Set nDefaultDbCache back to 100 MiB

This commit is contained in:
lateminer
2018-10-13 02:03:13 +03:00
parent bdf4c81eac
commit 1ba00e08fe

View File

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