Make the transaction job queue limit adjustable:

The job queue can impose limits of how many jobs of a particular
type can be queued.

This commit makes the previously hard-coded limit associated with
transactions configurable by the server's operator. Servers that
have increased memory capacity or which expect to see an influx
of transactions can increase the number of transactions their
server will be able to queue.

This commit fixes #3556.
This commit is contained in:
Nathan Nichols
2020-07-27 13:06:56 -05:00
committed by Nik Bougalis
parent b1d47c65d4
commit 660d9c1602
5 changed files with 23 additions and 3 deletions

View File

@@ -453,6 +453,13 @@
#
#
#
# [max_transactions]
#
# Configure the maximum number of transactions to have in the job queue
#
# Must be a number between 100 and 1000, defaults to 250
#
#
# [overlay]
#
# Controls settings related to the peer to peer overlay.