mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-16 00:25:49 +00:00
Compare commits
2 Commits
reduced-im
...
ledger_siz
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2261ac595 | ||
|
|
85a6536f2d |
@@ -111,7 +111,7 @@ public:
|
|||||||
std::uint32_t minimumTxnInLedgerSA = 1000;
|
std::uint32_t minimumTxnInLedgerSA = 1000;
|
||||||
/// Number of transactions per ledger that fee escalation "works
|
/// Number of transactions per ledger that fee escalation "works
|
||||||
/// towards".
|
/// towards".
|
||||||
std::uint32_t targetTxnInLedger = 256;
|
std::uint32_t targetTxnInLedger = 1000;
|
||||||
/** Optional maximum allowed value of transactions per ledger before
|
/** Optional maximum allowed value of transactions per ledger before
|
||||||
fee escalation kicks in. By default, the maximum is an emergent
|
fee escalation kicks in. By default, the maximum is an emergent
|
||||||
property of network, validator, and consensus performance. This
|
property of network, validator, and consensus performance. This
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ public:
|
|||||||
bool LEDGER_REPLAY = false;
|
bool LEDGER_REPLAY = false;
|
||||||
|
|
||||||
// Work queue limits
|
// Work queue limits
|
||||||
int MAX_TRANSACTIONS = 250;
|
int MAX_TRANSACTIONS = 1000;
|
||||||
static constexpr int MAX_JOB_QUEUE_TX = 1000;
|
static constexpr int MAX_JOB_QUEUE_TX = 1000;
|
||||||
static constexpr int MIN_JOB_QUEUE_TX = 100;
|
static constexpr int MIN_JOB_QUEUE_TX = 100;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user