We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d83bd commit 7b94d3dCopy full SHA for 7b94d3d
src/ripple/app/misc/TxQ.h
@@ -111,7 +111,7 @@ class TxQ
111
std::uint32_t minimumTxnInLedgerSA = 1000;
112
/// Number of transactions per ledger that fee escalation "works
113
/// towards".
114
- std::uint32_t targetTxnInLedger = 256;
+ std::uint32_t targetTxnInLedger = 1000;
115
/** Optional maximum allowed value of transactions per ledger before
116
fee escalation kicks in. By default, the maximum is an emergent
117
property of network, validator, and consensus performance. This
0 commit comments