mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Update feehistory.go
This commit is contained in:
parent
2a55ae273e
commit
afc72af53a
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ 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 is the max number of requested percentiles
|
// maxQueryLimit is the max number of requested percentiles.
|
||||||
// for defending DDoS attacks.
|
|
||||||
maxQueryLimit = 100
|
maxQueryLimit = 100
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue