Update feehistory.go

This commit is contained in:
Felix Lange 2024-05-30 17:12:38 +02:00 committed by GitHub
parent 2a55ae273e
commit afc72af53a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
) )