Skip to content

Commit d921c87

Browse files
committed
also update max transactions for tx queue
1 parent 7b94d3d commit d921c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ripple/core/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class Config : public BasicConfig
240240
bool LEDGER_REPLAY = false;
241241

242242
// Work queue limits
243-
int MAX_TRANSACTIONS = 250;
243+
int MAX_TRANSACTIONS = 1000;
244244
static constexpr int MAX_JOB_QUEUE_TX = 1000;
245245
static constexpr int MIN_JOB_QUEUE_TX = 100;
246246

0 commit comments

Comments
 (0)