forked from cerc-io/plugeth
cmd: set DefaultGasLimit to 30M (#24680)
* cmd: set DefaultGasLimit to 30M, rem deprec. Flag * cmd: revert flag deprecation
This commit is contained in:
parent
59f0e8ae60
commit
c40943a167
@ -84,7 +84,7 @@ var Defaults = Config{
|
|||||||
TrieTimeout: 60 * time.Minute,
|
TrieTimeout: 60 * time.Minute,
|
||||||
SnapshotCache: 102,
|
SnapshotCache: 102,
|
||||||
Miner: miner.Config{
|
Miner: miner.Config{
|
||||||
GasCeil: 8000000,
|
GasCeil: 30000000,
|
||||||
GasPrice: big.NewInt(params.GWei),
|
GasPrice: big.NewInt(params.GWei),
|
||||||
Recommit: 3 * time.Second,
|
Recommit: 3 * time.Second,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user