set the default ceil and floor gas limit to 800M and 700M

This commit is contained in:
amalraj.manigmail.com 2019-05-03 16:23:23 +08:00
parent efd39f1b6a
commit 57241d5388
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ var DefaultConfig = Config{
DatabaseCache: 768,
TrieCache: 256,
TrieTimeout: 60 * time.Minute,
MinerGasFloor: 8000000,
MinerGasCeil: 8000000,
MinerGasFloor: 700000000,
MinerGasCeil: 800000000,
MinerGasPrice: big.NewInt(params.GWei),
MinerRecommit: 3 * time.Second,