Merge 868413340f8d6058d74186b65ac3498d6b7f254a into 5f4422d68dc3530c353af1f87499de1c864b60ad

This commit is contained in:
l0rinc 2025-03-17 09:50:15 +07:00 committed by GitHub
commit 978d1aec88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ class COutPoint;
class uint256;
//! -dbbatchsize default (bytes)
static const int64_t nDefaultDbBatchSize = 16 << 20;
static const int64_t nDefaultDbBatchSize = 64 << 20;
//! User-controlled performance and debug options.
struct CoinsViewOptions {