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
|
||||
// for the fee history calculation (mostly relevant for LES).
|
||||
maxBlockFetchers = 4
|
||||
// maxQueryLimit is the max number of requested percentiles
|
||||
// for defending DDoS attacks.
|
||||
// maxQueryLimit is the max number of requested percentiles.
|
||||
maxQueryLimit = 100
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue