mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
eth: Reduce the GPO lookback to 20 blocks from 100, for speed
This commit is contained in:
parent
8c2e33f727
commit
85cc91662d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ var DefaultConfig = Config{
|
||||||
|
|
||||||
TxPool: core.DefaultTxPoolConfig,
|
TxPool: core.DefaultTxPoolConfig,
|
||||||
GPO: gasprice.Config{
|
GPO: gasprice.Config{
|
||||||
Blocks: 100,
|
Blocks: 20,
|
||||||
Percentile: 60,
|
Percentile: 60,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue