Skip to content

Commit

Permalink
Increase polling interval
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Jan 24, 2025
1 parent 45f90c5 commit a6522ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blockchain/ethereum.go
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ func (e *EthereumClient) InitializeHeaderSubscription() error {
if !exists {
poller = &SharedHeaderPoller{
chainID: e.GetChainID().Int64(),
pollInterval: 10 * time.Second,
pollInterval: 15 * time.Second,
done: make(chan struct{}),
}
chainPollingRegistry.m[e.GetChainID().Int64()] = poller
Expand Down

0 comments on commit a6522ca

Please sign in to comment.