Add batch verifier limit (#15467)

This commit is contained in:
terence
2025-07-04 08:57:33 -07:00
committed by GitHub
parent 4be8de2476
commit f4bbe5ca40
10 changed files with 31 additions and 4 deletions

View File

@@ -889,6 +889,7 @@ func (b *BeaconNode) registerSyncService(initialSyncComplete chan struct{}, bFil
regularsync.WithCustodyInfo(b.custodyInfo),
regularsync.WithSlasherEnabled(b.slasherEnabled),
regularsync.WithLightClientStore(b.lcStore),
regularsync.WithBatchVerifierLimit(b.cliCtx.Int(flags.BatchVerifierLimit.Name)),
)
return b.services.RegisterService(rs)
}