eth: Reduce the GPO lookback to 20 blocks from 100, for speed

This commit is contained in:
Nick Johnson 2018-01-07 20:49:06 +00:00
parent 8c2e33f727
commit 85cc91662d

View file

@ -49,7 +49,7 @@ var DefaultConfig = Config{
TxPool: core.DefaultTxPoolConfig,
GPO: gasprice.Config{
Blocks: 100,
Blocks: 20,
Percentile: 60,
},
}