Commit 45ddc5c7 authored by t11s's avatar t11s Committed by GitHub

Watcher: Even lower num blocks to fetch

parent e9fa961a
...@@ -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