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