Skip to content

Commit a6522ca

Browse files
committed
Increase polling interval
1 parent 45f90c5 commit a6522ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/blockchain/ethereum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ func (e *EthereumClient) InitializeHeaderSubscription() error {
12901290
if !exists {
12911291
poller = &SharedHeaderPoller{
12921292
chainID: e.GetChainID().Int64(),
1293-
pollInterval: 10 * time.Second,
1293+
pollInterval: 15 * time.Second,
12941294
done: make(chan struct{}),
12951295
}
12961296
chainPollingRegistry.m[e.GetChainID().Int64()] = poller

0 commit comments

Comments
 (0)