Skip to content

Commit

Permalink
scaled back the dbcache change
Browse files Browse the repository at this point in the history
  • Loading branch information
BrannonKing committed Jun 24, 2020
1 parent 176491d commit c9637f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/txdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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)
Expand Down

0 comments on commit c9637f8

Please sign in to comment.