mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 13:06:40 +00:00
eth/gasprice: add comment to constant (#29892)
Co-authored-by: Felix Lange <fjl@twurst.com>
This commit is contained in:
parent
2262bf3415
commit
5d7d48fc3e
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ const (
|
||||||
// maxBlockFetchers is the max number of goroutines to spin up to pull blocks
|
// maxBlockFetchers is the max number of goroutines to spin up to pull blocks
|
||||||
// for the fee history calculation (mostly relevant for LES).
|
// for the fee history calculation (mostly relevant for LES).
|
||||||
maxBlockFetchers = 4
|
maxBlockFetchers = 4
|
||||||
maxQueryLimit = 100
|
// maxQueryLimit is the max number of requested percentiles.
|
||||||
|
maxQueryLimit = 100
|
||||||
)
|
)
|
||||||
|
|
||||||
// blockFees represents a single block for processing
|
// blockFees represents a single block for processing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue