Remove unused tx_queue_gas parameter. (#9153)
This commit is contained in:
committed by
Niklas Adolfsson
parent
9f90ff2e59
commit
dbccc700f1
@@ -128,7 +128,6 @@ price_update_period = "hourly"
|
||||
gas_floor_target = "4700000"
|
||||
gas_cap = "6283184"
|
||||
tx_queue_size = 8192
|
||||
tx_queue_gas = "off"
|
||||
tx_queue_strategy = "gas_factor"
|
||||
tx_queue_ban_count = 1
|
||||
tx_queue_ban_time = 180 #s
|
||||
|
||||
@@ -57,7 +57,6 @@ reseal_min_period = 4000
|
||||
reseal_max_period = 60000
|
||||
price_update_period = "hourly"
|
||||
tx_queue_size = 8192
|
||||
tx_queue_gas = "off"
|
||||
|
||||
[footprint]
|
||||
tracing = "on"
|
||||
|
||||
Reference in New Issue
Block a user