Skip to content

Commit 7b94d3d

Browse files
authored
increase txn in ledger target to 1000 (#372)
1 parent 79d83bd commit 7b94d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ripple/app/misc/TxQ.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class TxQ
111111
std::uint32_t minimumTxnInLedgerSA = 1000;
112112
/// Number of transactions per ledger that fee escalation "works
113113
/// towards".
114-
std::uint32_t targetTxnInLedger = 256;
114+
std::uint32_t targetTxnInLedger = 1000;
115115
/** Optional maximum allowed value of transactions per ledger before
116116
fee escalation kicks in. By default, the maximum is an emergent
117117
property of network, validator, and consensus performance. This

0 commit comments

Comments
 (0)