Update default scrape-interval to 2 minutes for Beaconcha.in API rate limit (#14537)

* Update default scrape-interval to 2 minutes for Beaconcha.in API rate limit

* Update changelog for scrape-interval change

---------

Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
This commit is contained in:
Jorrian
2024-10-15 18:14:45 +02:00
committed by GitHub
parent 0a4ed8279b
commit de094b0078
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,6 @@ var (
ScrapeIntervalFlag = &cli.DurationFlag{
Name: "scrape-interval",
Usage: "Frequency of scraping expressed as a duration, eg 2m or 1m5s.",
Value: 60 * time.Second,
Value: 120 * time.Second,
}
)