eth/gasprice: add comment to constant

This commit is contained in:
yosuzzy 2024-05-31 00:02:08 +09:00
parent 2262bf3415
commit 2a55ae273e

View file

@ -44,6 +44,8 @@ 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 = 100
)