Skip to content

Commit

Permalink
also update max transactions for tx queue
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardAH committed Oct 10, 2024
1 parent 7b94d3d commit d921c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/core/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Config : public BasicConfig
bool LEDGER_REPLAY = false;

// Work queue limits
int MAX_TRANSACTIONS = 250;
int MAX_TRANSACTIONS = 1000;
static constexpr int MAX_JOB_QUEUE_TX = 1000;
static constexpr int MIN_JOB_QUEUE_TX = 100;

Expand Down

0 comments on commit d921c87

Please sign in to comment.