Skip to content

Commit

Permalink
Query home chain less frequently (#15987)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara authored Jan 20, 2025
1 parent cb6565d commit 3269853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/capabilities/ccip/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (d *Delegate) ServicesForSpec(ctx context.Context, spec job.Job) (services
hcr := ccipreaderpkg.NewObservedHomeChainReader(
homeChainContractReader,
d.lggr.Named("HomeChainReader"),
100*time.Millisecond,
15*time.Second,
ccipConfigBinding,
d.capabilityConfig.ExternalRegistry().ChainID(),
)
Expand Down

0 comments on commit 3269853

Please sign in to comment.