default to 7 seconds for first aggregation (#12876)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Potuz
2023-09-14 14:46:28 -03:00
committed by GitHub
parent bd85b0e4e1
commit 0fdf63b565

View File

@@ -62,7 +62,7 @@ var (
aggregateFirstInterval = &cli.DurationFlag{
Name: "aggregate-first-interval",
Usage: "(Advanced): Specifies the first interval in which attestations are aggregated in the slot (typically unnaggregated attestations are aggregated in this interval)",
Value: 6500 * time.Millisecond,
Value: 7000 * time.Millisecond,
Hidden: true,
}
aggregateSecondInterval = &cli.DurationFlag{