Skip to content

Commit

Permalink
(NOBIDS) fix lookback also for missed attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Oct 9, 2023
1 parent d43fb68 commit 53de811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/bigtable.go
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ func (bigtable *Bigtable) GetValidatorMissedAttestationHistory(validators []uint

resMux := &sync.Mutex{}

filter := gcp_bigtable.LatestNFilter(1)
filter := gcp_bigtable.LatestNFilter(32)

g, gCtx := errgroup.WithContext(ctx)
g.SetLimit(concurrency)
Expand Down

0 comments on commit 53de811

Please sign in to comment.