Skip to content

Commit

Permalink
(NOBIDS) fix orphaned attestation view
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Oct 6, 2023
1 parent 578bf75 commit d43fb68
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 @@ -1130,7 +1130,7 @@ func (bigtable *Bigtable) GetValidatorAttestationHistory(validators []uint64, st
res := make(map[uint64][]*types.ValidatorAttestation, len(validators))
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 d43fb68

Please sign in to comment.