Set nDefaultDbCache back to 100 MiB
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user