We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f90c5 commit a6522caCopy full SHA for a6522ca
lib/blockchain/ethereum.go
@@ -1290,7 +1290,7 @@ func (e *EthereumClient) InitializeHeaderSubscription() error {
1290
if !exists {
1291
poller = &SharedHeaderPoller{
1292
chainID: e.GetChainID().Int64(),
1293
- pollInterval: 10 * time.Second,
+ pollInterval: 15 * time.Second,
1294
done: make(chan struct{}),
1295
}
1296
chainPollingRegistry.m[e.GetChainID().Int64()] = poller
0 commit comments