increase txn in ledger target to 1000 (#372)

This commit is contained in:
RichardAH
2024-10-11 09:21:23 +11:00
committed by GitHub
parent 79d83bd424
commit 7b94d3d99d

View File

@@ -111,7 +111,7 @@ public:
std::uint32_t minimumTxnInLedgerSA = 1000;
/// Number of transactions per ledger that fee escalation "works
/// towards".
std::uint32_t targetTxnInLedger = 256;
std::uint32_t targetTxnInLedger = 1000;
/** Optional maximum allowed value of transactions per ledger before
fee escalation kicks in. By default, the maximum is an emergent
property of network, validator, and consensus performance. This