also update max transactions for tx queue

This commit is contained in:
Richard Holland
2024-10-11 09:57:06 +11:00
parent 7b94d3d99d
commit d921c87c88

View File

@@ -240,7 +240,7 @@ public:
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;