From ccd0f8c6fd79b9c08f9531477bdb70a64bb65feb Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Sun, 31 May 2026 00:31:08 +0200 Subject: [PATCH] perf: Raise inbound tx relay cap (kMaxJobQueueTx) to 100k --- src/xrpld/core/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrpld/core/Config.h b/src/xrpld/core/Config.h index a18b68a508..b1ed3899c6 100644 --- a/src/xrpld/core/Config.h +++ b/src/xrpld/core/Config.h @@ -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