Commit 911f40d8 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1396 from transmissions11/patch-3

Watcher: Even lower num blocks to fetch
parents e9fa961a 085b35ba
---
"@eth-optimism/core-utils": patch
---
Watcher: Even lower num blocks to fetch
...@@ -18,7 +18,7 @@ export class Watcher { ...@@ -18,7 +18,7 @@ export class Watcher {
public l1: Layer public l1: Layer
public l2: Layer public l2: Layer
public pollInterval = 3000 public pollInterval = 3000
public blocksToFetch = 2000 public blocksToFetch = 1500
constructor(opts: WatcherOptions) { constructor(opts: WatcherOptions) {
this.l1 = opts.l1 this.l1 = opts.l1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment