Commit 0564c8df authored by t11s's avatar t11s Committed by GitHub

Lower NUM_BLOCKS_TO_FETCH in Watcher

parent e23b2643
...@@ -17,7 +17,7 @@ export class Watcher { ...@@ -17,7 +17,7 @@ export class Watcher {
public l1: Layer public l1: Layer
public l2: Layer public l2: Layer
public pollInterval = 3000 public pollInterval = 3000
public NUM_BLOCKS_TO_FETCH = 10_000_000 public NUM_BLOCKS_TO_FETCH = 9_999
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