Fixed tx queue limit for local transactions (#2616)
* Fixed tx queue limit for local tx * Fixing test * Increas gas limit to 20x
This commit is contained in:
@@ -186,7 +186,7 @@ Sealing/Mining Options:
|
||||
to be included in next block) (default: {flag_tx_queue_size}).
|
||||
--tx-queue-gas LIMIT Maximum amount of total gas for external transactions in
|
||||
the queue. LIMIT can be either an amount of gas or
|
||||
'auto' or 'off'. 'auto' sets the limit to be 2x
|
||||
'auto' or 'off'. 'auto' sets the limit to be 20x
|
||||
the current block gas limit. (default: {flag_tx_queue_gas}).
|
||||
--remove-solved Move solved blocks from the work package queue
|
||||
instead of cloning them. This gives a slightly
|
||||
|
||||
Reference in New Issue
Block a user