From 85a6536f2d539c6ee4952bad9d9d3d4fa4c61cbe Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Fri, 11 Oct 2024 08:14:38 +1100 Subject: [PATCH] increase txn in ledger target to 1000 --- src/ripple/app/misc/TxQ.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/misc/TxQ.h b/src/ripple/app/misc/TxQ.h index 5a43ac81b..65bcecde7 100644 --- a/src/ripple/app/misc/TxQ.h +++ b/src/ripple/app/misc/TxQ.h @@ -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