mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
perf: Raise inbound tx relay cap (kMaxJobQueueTx) to 100k
This commit is contained in:
@@ -209,7 +209,7 @@ public:
|
||||
|
||||
// Work queue limits
|
||||
int maxTransactions = 250;
|
||||
static constexpr int kMaxJobQueueTx = 1000;
|
||||
static constexpr int kMaxJobQueueTx = 100000;
|
||||
static constexpr int kMinJobQueueTx = 100;
|
||||
|
||||
// Amendment majority time
|
||||
|
||||
Reference in New Issue
Block a user